Html Css Color HEX #0248BB Cobalt

📋 copy color: '#0248BB'

red 2 ◦ green 72 ◦ blue 187

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

Shades of Cobalt #0248BB

Tints of Cobalt #0248BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

 BLUE value IS 187 (73.44% from 255) = 71.65%

R = 0.77%
G = 27.59%
B = 71.65%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0248BB (or 0x0248BB) is known color: Cobalt. HEX triplet: 02, 48 and BB. RGB value is (2,72,187). Sum of RGB (Red+Green+Blue) = 2+72+187=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #0248BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248BB is #FDB744. Grayscale: #3F3F3F. Windows color (decimal): -16627525 or 12273666. OLE color: 12273666.

HSL color Cylindrical-coordinate representation of color #0248BB: hue angle of 217.3º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0248BB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 72 187 -
CMYK 0.99 0.61 0 0.27
HSL 217.3º 0.98% 0.37% -
HSV(B) 217.3º 0.99% 0.73% -
XYZ 11.31 8.24 48.01 -
YUV 64.18 197.31 83.65 -
System Red Green Blue C M Y K H S L
Decimal 2 72 187 0.99 0.61 0 0.27 217.3 0.98 0.37
Hex 2 48 BB 63 3D 0 1B D9 62 25
Octal 2 110 273 143 75 0 33 331 142 45
Binary 10 1001000 10111011 1100011 111101 0 11011 11011001 1100010 100101

Color Harmonies of #0248BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0248BB

Black with #0248BB

Text Example


Text Example

White with #0248BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0248BB; }

 p { color: rgb(2,72,187); }

 H1.HeaderClassName
 {
   color: #0248BB;
 }
 .AnyTagClassName
 {
   color: #0248BB;
 }
</style>

background-color css

<style>
 a { background-color: #0248BB; }

 a { background-color: rgb(2,72,187); }

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

border-color css

<style>
 span { border-color: #0248BB; }

 span { border-color: rgb(2,72,187); }

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