Html Css Color HEX #0253BD Cobalt

📋 copy color: '#0253BD'

red 2 ◦ green 83 ◦ blue 189

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

Shades of Cobalt #0253BD

Tints of Cobalt #0253BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 0.73%
G = 30.29%
B = 68.98%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0253BD (or 0x0253BD) is known color: Cobalt. HEX triplet: 02, 53 and BD. RGB value is (2,83,189). Sum of RGB (Red+Green+Blue) = 2+83+189=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #0253BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253BD is #FDAC42. Grayscale: #464646. Windows color (decimal): -16624707 or 12407554. OLE color: 12407554.

HSL color Cylindrical-coordinate representation of color #0253BD: hue angle of 214.01º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253BD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 83 189 -
CMYK 0.99 0.56 0 0.26
HSL 214.01º 0.98% 0.37% -
HSV(B) 214.01º 0.99% 0.74% -
XYZ 12.3 9.87 49.4 -
YUV 70.87 194.66 78.88 -
System Red Green Blue C M Y K H S L
Decimal 2 83 189 0.99 0.56 0 0.26 214.01 0.98 0.37
Hex 2 53 BD 63 38 0 1A D6 62 25
Octal 2 123 275 143 70 0 32 326 142 45
Binary 10 1010011 10111101 1100011 111000 0 11010 11010110 1100010 100101

Color Harmonies of #0253BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253BD

Black with #0253BD

Text Example


Text Example

White with #0253BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0253BD; }

 p { color: rgb(2,83,189); }

 H1.HeaderClassName
 {
   color: #0253BD;
 }
 .AnyTagClassName
 {
   color: #0253BD;
 }
</style>

background-color css

<style>
 a { background-color: #0253BD; }

 a { background-color: rgb(2,83,189); }

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

border-color css

<style>
 span { border-color: #0253BD; }

 span { border-color: rgb(2,83,189); }

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