Html Css Color HEX #002CFA Blue

📋 copy color: '#002CFA'

red 0 ◦ green 44 ◦ blue 250

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

Shades of Blue #002CFA

Tints of Blue #002CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 85.03%

R = 0%
G = 14.97%
B = 85.03%

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

#002CFA (or 0x002CFA) is known color: Blue. HEX triplet: 00, 2C and FA. RGB value is (0,44,250). Sum of RGB (Red+Green+Blue) = 0+44+250=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #002CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CFA is #FFD305. Grayscale: #353535. Windows color (decimal): -16765702 or 16395264. OLE color: 16395264.

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

Color convert

RGB 0 44 250 -
CMYK 1 0.82 0 0.02
HSL 229.44º 1% 0.49% -
HSV(B) 229.44º 1% 0.98% -
XYZ 18.16 8.7 91.17 -
YUV 54.33 238.42 89.25 -
System Red Green Blue C M Y K H S L
Decimal 0 44 250 1 0.82 0 0.02 229.44 1 0.49
Hex 0 2C FA 64 52 0 2 E5 64 31
Octal 0 54 372 144 122 0 2 345 144 61
Binary 0 101100 11111010 1100100 1010010 0 10 11100101 1100100 110001

Color Harmonies of #002CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CFA

Black with #002CFA

Text Example


Text Example

White with #002CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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