Html Css Color HEX #2258CE Cerulean Blue

📋 copy color: '#2258CE'

red 34 ◦ green 88 ◦ blue 206

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

Shades of Cerulean Blue #2258CE

Tints of Cerulean Blue #2258CE

RGB

 RED value IS 34 (13.67% from 255) = 10.37%

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 10.37%
G = 26.83%
B = 62.8%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2258CE (or 0x2258CE) is known color: Cerulean Blue. HEX triplet: 22, 58 and CE. RGB value is (34,88,206). Sum of RGB (Red+Green+Blue) = 34+88+206=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #2258CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2258CE is #DDA731. Grayscale: #545454. Windows color (decimal): -14526258 or 13522978. OLE color: 13522978.

HSL color Cylindrical-coordinate representation of color #2258CE: hue angle of 221.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2258CE is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 88 206 -
CMYK 0.83 0.57 0 0.19
HSL 221.16º 0.72% 0.47% -
HSV(B) 221.16º 0.83% 0.81% -
XYZ 15.29 11.78 59.86 -
YUV 85.31 196.11 91.41 -
System Red Green Blue C M Y K H S L
Decimal 34 88 206 0.83 0.57 0 0.19 221.16 0.72 0.47
Hex 22 58 CE 53 39 0 13 DD 48 2F
Octal 42 130 316 123 71 0 23 335 110 57
Binary 100010 1011000 11001110 1010011 111001 0 10011 11011101 1001000 101111

Color Harmonies of #2258CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2258CE

Black with #2258CE

Text Example


Text Example

White with #2258CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2258CE; }

 p { color: rgb(34,88,206); }

 H1.HeaderClassName
 {
   color: #2258CE;
 }
 .AnyTagClassName
 {
   color: #2258CE;
 }
</style>

background-color css

<style>
 a { background-color: #2258CE; }

 a { background-color: rgb(34,88,206); }

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

border-color css

<style>
 span { border-color: #2258CE; }

 span { border-color: rgb(34,88,206); }

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