Html Css Color HEX #0248BE Cobalt

📋 copy color: '#0248BE'

red 2 ◦ green 72 ◦ blue 190

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

Shades of Cobalt #0248BE

Tints of Cobalt #0248BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 71.97%

R = 0.76%
G = 27.27%
B = 71.97%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0248BE (or 0x0248BE) is known color: Cobalt. HEX triplet: 02, 48 and BE. RGB value is (2,72,190). Sum of RGB (Red+Green+Blue) = 2+72+190=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #0248BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248BE is #FDB741. Grayscale: #3F3F3F. Windows color (decimal): -16627522 or 12470274. OLE color: 12470274.

HSL color Cylindrical-coordinate representation of color #0248BE: hue angle of 217.66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0248BE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 72 190 -
CMYK 0.99 0.62 0 0.25
HSL 217.66º 0.98% 0.38% -
HSV(B) 217.66º 0.99% 0.75% -
XYZ 11.64 8.37 49.72 -
YUV 64.52 198.81 83.41 -
System Red Green Blue C M Y K H S L
Decimal 2 72 190 0.99 0.62 0 0.25 217.66 0.98 0.38
Hex 2 48 BE 63 3E 0 19 DA 62 26
Octal 2 110 276 143 76 0 31 332 142 46
Binary 10 1001000 10111110 1100011 111110 0 11001 11011010 1100010 100110

Color Harmonies of #0248BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0248BE

Black with #0248BE

Text Example


Text Example

White with #0248BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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