Html Css Color HEX #0244CC Cobalt

📋 copy color: '#0244CC'

red 2 ◦ green 68 ◦ blue 204

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

Shades of Cobalt #0244CC

Tints of Cobalt #0244CC

RGB

 RED value IS 2 (1.17% from 255) = 0.73%

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 0.73%
G = 24.82%
B = 74.45%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0244CC (or 0x0244CC) is known color: Cobalt. HEX triplet: 02, 44 and CC. RGB value is (2,68,204). Sum of RGB (Red+Green+Blue) = 2+68+204=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #0244CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0244CC is #FDBB33. Grayscale: #3F3F3F. Windows color (decimal): -16628532 or 13386754. OLE color: 13386754.

HSL color Cylindrical-coordinate representation of color #0244CC: hue angle of 220.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0244CC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 68 204 -
CMYK 0.99 0.67 0 0.2
HSL 220.4º 0.98% 0.4% -
HSV(B) 220.4º 0.99% 0.8% -
XYZ 12.99 8.51 58.08 -
YUV 63.77 207.13 83.94 -
System Red Green Blue C M Y K H S L
Decimal 2 68 204 0.99 0.67 0 0.2 220.4 0.98 0.4
Hex 2 44 CC 63 43 0 14 DC 62 28
Octal 2 104 314 143 103 0 24 334 142 50
Binary 10 1000100 11001100 1100011 1000011 0 10100 11011100 1100010 101000

Color Harmonies of #0244CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0244CC

Black with #0244CC

Text Example


Text Example

White with #0244CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0244CC; }

 p { color: rgb(2,68,204); }

 H1.HeaderClassName
 {
   color: #0244CC;
 }
 .AnyTagClassName
 {
   color: #0244CC;
 }
</style>

background-color css

<style>
 a { background-color: #0244CC; }

 a { background-color: rgb(2,68,204); }

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

border-color css

<style>
 span { border-color: #0244CC; }

 span { border-color: rgb(2,68,204); }

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