Html Css Color HEX #003BFF Blue

📋 copy color: '#003BFF'

red 0 ◦ green 59 ◦ blue 255

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

Shades of Blue #003BFF

Tints of Blue #003BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

 BLUE value IS 255 (100% from 255) = 81.21%

R = 0%
G = 18.79%
B = 81.21%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#003BFF (or 0x003BFF) is known color: Blue. HEX triplet: 00, 3B and FF. RGB value is (0,59,255). Sum of RGB (Red+Green+Blue) = 0+59+255=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 255 (100% from 255 or 81.21% from 314); Max value from RGB is 255 - color contains mainly: blue. Hex color #003BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BFF is #FFC400. Grayscale: #3E3E3E. Windows color (decimal): -16761857 or 16726784. OLE color: 16726784.

HSL color Cylindrical-coordinate representation of color #003BFF: hue angle of 226.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BFF is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 59 255 -
CMYK 1 0.77 0 0
HSL 226.12º 1% 0.5% -
HSV(B) 226.12º 1% 1% -
XYZ 19.61 10.35 95.57 -
YUV 63.7 235.95 82.56 -
System Red Green Blue C M Y K H S L
Decimal 0 59 255 1 0.77 0 0 226.12 1 0.5
Hex 0 3B FF 64 4D 0 0 E2 64 32
Octal 0 73 377 144 115 0 0 342 144 62
Binary 0 111011 11111111 1100100 1001101 0 0 11100010 1100100 110010

Color Harmonies of #003BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BFF

Black with #003BFF

Text Example


Text Example

White with #003BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003BFF; }

 p { color: rgb(0,59,255); }

 H1.HeaderClassName
 {
   color: #003BFF;
 }
 .AnyTagClassName
 {
   color: #003BFF;
 }
</style>

background-color css

<style>
 a { background-color: #003BFF; }

 a { background-color: rgb(0,59,255); }

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

border-color css

<style>
 span { border-color: #003BFF; }

 span { border-color: rgb(0,59,255); }

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