Html Css Color HEX #002CFB Blue

📋 copy color: '#002CFB'

red 0 ◦ green 44 ◦ blue 251

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

Shades of Blue #002CFB

Tints of Blue #002CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 85.08%

R = 0%
G = 14.92%
B = 85.08%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#002CFB (or 0x002CFB) is known color: Blue. HEX triplet: 00, 2C and FB. RGB value is (0,44,251). Sum of RGB (Red+Green+Blue) = 0+44+251=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 251 (98.44% from 255 or 85.08% from 295); Max value from RGB is 251 - color contains mainly: blue. Hex color #002CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CFB is #FFD304. Grayscale: #353535. Windows color (decimal): -16765701 or 16460800. OLE color: 16460800.

HSL color Cylindrical-coordinate representation of color #002CFB: hue angle of 229.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CFB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 44 251 -
CMYK 1 0.82 0 0.02
HSL 229.48º 1% 0.49% -
HSV(B) 229.48º 1% 0.98% -
XYZ 18.31 8.77 91.99 -
YUV 54.44 238.92 89.17 -
System Red Green Blue C M Y K H S L
Decimal 0 44 251 1 0.82 0 0.02 229.48 1 0.49
Hex 0 2C FB 64 52 0 2 E5 64 31
Octal 0 54 373 144 122 0 2 345 144 61
Binary 0 101100 11111011 1100100 1010010 0 10 11100101 1100100 110001

Color Harmonies of #002CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CFB

Black with #002CFB

Text Example


Text Example

White with #002CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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