Html Css Color HEX #0300EB Blue

📋 copy color: '#0300EB'

red 3 ◦ green 0 ◦ blue 235

#0300EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0300EB

Tints of Blue #0300EB

RGB

 RED value IS 3 (1.56% from 255) = 1.26%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 98.74%

R = 1.26%
G = 0%
B = 98.74%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0300EB (or 0x0300EB) is known color: Blue. HEX triplet: 03, 00 and EB. RGB value is (3,0,235). Sum of RGB (Red+Green+Blue) = 3+0+235=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 235 (92.19% from 255 or 98.74% from 238); Max value from RGB is 235 - color contains mainly: blue. Hex color #0300EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0300EB is #FCFF14. Grayscale: #1A1A1A. Windows color (decimal): -16580373 or 15400963. OLE color: 15400963.

HSL color Cylindrical-coordinate representation of color #0300EB: hue angle of 240.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300EB is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 0 235 -
CMYK 0.99 1 0 0.08
HSL 240.77º 1% 0.46% -
HSV(B) 240.77º 1% 0.92% -
XYZ 15.03 6.02 78.97 -
YUV 27.69 244.99 110.39 -
System Red Green Blue C M Y K H S L
Decimal 3 0 235 0.99 1 0 0.08 240.77 1 0.46
Hex 3 0 EB 63 64 0 8 F1 64 2E
Octal 3 0 353 143 144 0 10 361 144 56
Binary 11 0 11101011 1100011 1100100 0 1000 11110001 1100100 101110

Color Harmonies of #0300EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0300EB

Black with #0300EB

Text Example


Text Example

White with #0300EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0300EB; }

 p { color: rgb(3,0,235); }

 H1.HeaderClassName
 {
   color: #0300EB;
 }
 .AnyTagClassName
 {
   color: #0300EB;
 }
</style>

background-color css

<style>
 a { background-color: #0300EB; }

 a { background-color: rgb(3,0,235); }

 div.DivClassName
 {
   background-color: #0300EB;
 }
 .BgClassName
 {
   background-color: #0300EB;
 }
</style>

border-color css

<style>
 span { border-color: #0300EB; }

 span { border-color: rgb(3,0,235); }

 td.TdClassName
 {
   border-color: #0300EB;
 }
 .TagClassName
 {
   border-color: #0300EB;
 }
</style>