Html Css Color HEX #2259CB Cerulean Blue

📋 copy color: '#2259CB'

red 34 ◦ green 89 ◦ blue 203

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

Shades of Cerulean Blue #2259CB

Tints of Cerulean Blue #2259CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 10.43%
G = 27.3%
B = 62.27%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2259CB (or 0x2259CB) is known color: Cerulean Blue. HEX triplet: 22, 59 and CB. RGB value is (34,89,203). Sum of RGB (Red+Green+Blue) = 34+89+203=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #2259CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2259CB is #DDA634. Grayscale: #555555. Windows color (decimal): -14526005 or 13326626. OLE color: 13326626.

HSL color Cylindrical-coordinate representation of color #2259CB: hue angle of 220.47º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2259CB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 89 203 -
CMYK 0.83 0.56 0 0.20
HSL 220.47º 0.71% 0.46% -
HSV(B) 220.47º 0.83% 0.8% -
XYZ 15.01 11.8 57.99 -
YUV 85.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 34 89 203 0.83 0.56 0 0.20 220.47 0.71 0.46
Hex 22 59 CB 53 38 0 14 DC 47 2E
Octal 42 131 313 123 70 0 24 334 107 56
Binary 100010 1011001 11001011 1010011 111000 0 10100 11011100 1000111 101110

Color Harmonies of #2259CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2259CB

Black with #2259CB

Text Example


Text Example

White with #2259CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2259CB; }

 p { color: rgb(34,89,203); }

 H1.HeaderClassName
 {
   color: #2259CB;
 }
 .AnyTagClassName
 {
   color: #2259CB;
 }
</style>

background-color css

<style>
 a { background-color: #2259CB; }

 a { background-color: rgb(34,89,203); }

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

border-color css

<style>
 span { border-color: #2259CB; }

 span { border-color: rgb(34,89,203); }

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