Html Css Color HEX #002CFC Blue

📋 copy color: '#002CFC'

red 0 ◦ green 44 ◦ blue 252

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

Shades of Blue #002CFC

Tints of Blue #002CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 0%
G = 14.86%
B = 85.14%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#002CFC (or 0x002CFC) is known color: Blue. HEX triplet: 00, 2C and FC. RGB value is (0,44,252). Sum of RGB (Red+Green+Blue) = 0+44+252=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #002CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CFC is #FFD303. Grayscale: #353535. Windows color (decimal): -16765700 or 16526336. OLE color: 16526336.

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

Color convert

RGB 0 44 252 -
CMYK 1 0.83 0 0.01
HSL 229.52º 1% 0.49% -
HSV(B) 229.52º 1% 0.99% -
XYZ 18.47 8.83 92.83 -
YUV 54.56 239.42 89.09 -
System Red Green Blue C M Y K H S L
Decimal 0 44 252 1 0.83 0 0.01 229.52 1 0.49
Hex 0 2C FC 64 53 0 1 E6 64 31
Octal 0 54 374 144 123 0 1 346 144 61
Binary 0 101100 11111100 1100100 1010011 0 1 11100110 1100100 110001

Color Harmonies of #002CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CFC

Black with #002CFC

Text Example


Text Example

White with #002CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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