Html Css Color HEX #0254BD Cobalt

📋 copy color: '#0254BD'

red 2 ◦ green 84 ◦ blue 189

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

Shades of Cobalt #0254BD

Tints of Cobalt #0254BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 0.73%
G = 30.55%
B = 68.73%

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

#0254BD (or 0x0254BD) is known color: Cobalt. HEX triplet: 02, 54 and BD. RGB value is (2,84,189). Sum of RGB (Red+Green+Blue) = 2+84+189=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #0254BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254BD is #FDAB42. Grayscale: #464646. Windows color (decimal): -16624451 or 12407810. OLE color: 12407810.

HSL color Cylindrical-coordinate representation of color #0254BD: hue angle of 213.69º 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 #0254BD is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 84 189 -
CMYK 0.99 0.56 0 0.26
HSL 213.69º 0.98% 0.37% -
HSV(B) 213.69º 0.99% 0.74% -
XYZ 12.38 10.03 49.43 -
YUV 71.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 2 84 189 0.99 0.56 0 0.26 213.69 0.98 0.37
Hex 2 54 BD 63 38 0 1A D6 62 25
Octal 2 124 275 143 70 0 32 326 142 45
Binary 10 1010100 10111101 1100011 111000 0 11010 11010110 1100010 100101

Color Harmonies of #0254BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0254BD

Black with #0254BD

Text Example


Text Example

White with #0254BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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