Html Css Color HEX #2258DC Cerulean Blue

📋 copy color: '#2258DC'

red 34 ◦ green 88 ◦ blue 220

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

Shades of Cerulean Blue #2258DC

Tints of Cerulean Blue #2258DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 9.94%
G = 25.73%
B = 64.33%

CMYK

 C value IS 0.85

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2258DC (or 0x2258DC) is known color: Cerulean Blue. HEX triplet: 22, 58 and DC. RGB value is (34,88,220). Sum of RGB (Red+Green+Blue) = 34+88+220=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2258DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2258DC is #DDA723. Grayscale: #565656. Windows color (decimal): -14526244 or 14440482. OLE color: 14440482.

HSL color Cylindrical-coordinate representation of color #2258DC: hue angle of 222.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2258DC is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 88 220 -
CMYK 0.85 0.6 0 0.14
HSL 222.58º 0.73% 0.5% -
HSV(B) 222.58º 0.85% 0.86% -
XYZ 17.07 12.49 69.22 -
YUV 86.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 34 88 220 0.85 0.6 0 0.14 222.58 0.73 0.5
Hex 22 58 DC 55 3C 0 E DF 49 32
Octal 42 130 334 125 74 0 16 337 111 62
Binary 100010 1011000 11011100 1010101 111100 0 1110 11011111 1001001 110010

Color Harmonies of #2258DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2258DC

Black with #2258DC

Text Example


Text Example

White with #2258DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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