Html Css Color HEX #0252B8 Cobalt

📋 copy color: '#0252B8'

red 2 ◦ green 82 ◦ blue 184

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

Shades of Cobalt #0252B8

Tints of Cobalt #0252B8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

 BLUE value IS 184 (72.27% from 255) = 68.66%

R = 0.75%
G = 30.6%
B = 68.66%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0252B8 (or 0x0252B8) is known color: Cobalt. HEX triplet: 02, 52 and B8. RGB value is (2,82,184). Sum of RGB (Red+Green+Blue) = 2+82+184=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 184 (72.27% from 255 or 68.66% from 268); Max value from RGB is 184 - color contains mainly: blue. Hex color #0252B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252B8 is #FDAD47. Grayscale: #454545. Windows color (decimal): -16624968 or 12079618. OLE color: 12079618.

HSL color Cylindrical-coordinate representation of color #0252B8: hue angle of 213.63º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252B8 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 82 184 -
CMYK 0.99 0.55 0 0.28
HSL 213.63º 0.98% 0.36% -
HSV(B) 213.63º 0.99% 0.72% -
XYZ 11.69 9.51 46.57 -
YUV 69.71 192.5 79.71 -
System Red Green Blue C M Y K H S L
Decimal 2 82 184 0.99 0.55 0 0.28 213.63 0.98 0.36
Hex 2 52 B8 63 37 0 1C D6 62 24
Octal 2 122 270 143 67 0 34 326 142 44
Binary 10 1010010 10111000 1100011 110111 0 11100 11010110 1100010 100100

Color Harmonies of #0252B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0252B8

Black with #0252B8

Text Example


Text Example

White with #0252B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0252B8; }

 p { color: rgb(2,82,184); }

 H1.HeaderClassName
 {
   color: #0252B8;
 }
 .AnyTagClassName
 {
   color: #0252B8;
 }
</style>

background-color css

<style>
 a { background-color: #0252B8; }

 a { background-color: rgb(2,82,184); }

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

border-color css

<style>
 span { border-color: #0252B8; }

 span { border-color: rgb(2,82,184); }

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