Html Css Color HEX #003CFC Blue

📋 copy color: '#003CFC'

red 0 ◦ green 60 ◦ blue 252

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

Shades of Blue #003CFC

Tints of Blue #003CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

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

R = 0%
G = 19.23%
B = 80.77%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#003CFC (or 0x003CFC) is known color: Blue. HEX triplet: 00, 3C and FC. RGB value is (0,60,252). Sum of RGB (Red+Green+Blue) = 0+60+252=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #003CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFC is #FFC303. Grayscale: #3F3F3F. Windows color (decimal): -16761604 or 16530432. OLE color: 16530432.

HSL color Cylindrical-coordinate representation of color #003CFC: hue angle of 225.71º 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 #003CFC is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 60 252 -
CMYK 1 0.76 0 0.01
HSL 225.71º 1% 0.49% -
HSV(B) 225.71º 1% 0.99% -
XYZ 19.19 10.26 93.06 -
YUV 63.95 234.12 82.39 -
System Red Green Blue C M Y K H S L
Decimal 0 60 252 1 0.76 0 0.01 225.71 1 0.49
Hex 0 3C FC 64 4C 0 1 E2 64 31
Octal 0 74 374 144 114 0 1 342 144 61
Binary 0 111100 11111100 1100100 1001100 0 1 11100010 1100100 110001

Color Harmonies of #003CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CFC

Black with #003CFC

Text Example


Text Example

White with #003CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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