Html Css Color HEX #003BFC Blue

📋 copy color: '#003BFC'

red 0 ◦ green 59 ◦ blue 252

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

Shades of Blue #003BFC

Tints of Blue #003BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 81.03%

R = 0%
G = 18.97%
B = 81.03%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#003BFC (or 0x003BFC) is known color: Blue. HEX triplet: 00, 3B and FC. RGB value is (0,59,252). Sum of RGB (Red+Green+Blue) = 0+59+252=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #003BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BFC is #FFC403. Grayscale: #3E3E3E. Windows color (decimal): -16761860 or 16530176. OLE color: 16530176.

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

Color convert

RGB 0 59 252 -
CMYK 1 0.77 0 0.01
HSL 225.95º 1% 0.49% -
HSV(B) 225.95º 1% 0.99% -
XYZ 19.13 10.16 93.05 -
YUV 63.36 234.45 82.81 -
System Red Green Blue C M Y K H S L
Decimal 0 59 252 1 0.77 0 0.01 225.95 1 0.49
Hex 0 3B FC 64 4D 0 1 E2 64 31
Octal 0 73 374 144 115 0 1 342 144 61
Binary 0 111011 11111100 1100100 1001101 0 1 11100010 1100100 110001

Color Harmonies of #003BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BFC

Black with #003BFC

Text Example


Text Example

White with #003BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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