Html Css Color HEX #2256DB Cerulean Blue

📋 copy color: '#2256DB'

red 34 ◦ green 86 ◦ blue 219

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

Shades of Cerulean Blue #2256DB

Tints of Cerulean Blue #2256DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 10.03%
G = 25.37%
B = 64.6%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2256DB (or 0x2256DB) is known color: Cerulean Blue. HEX triplet: 22, 56 and DB. RGB value is (34,86,219). Sum of RGB (Red+Green+Blue) = 34+86+219=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #2256DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2256DB is #DDA924. Grayscale: #555555. Windows color (decimal): -14526757 or 14374434. OLE color: 14374434.

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

Color convert

RGB 34 86 219 -
CMYK 0.84 0.61 0 0.14
HSL 223.14º 0.73% 0.5% -
HSV(B) 223.14º 0.84% 0.86% -
XYZ 16.77 12.11 68.47 -
YUV 85.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 34 86 219 0.84 0.61 0 0.14 223.14 0.73 0.5
Hex 22 56 DB 54 3D 0 E DF 49 32
Octal 42 126 333 124 75 0 16 337 111 62
Binary 100010 1010110 11011011 1010100 111101 0 1110 11011111 1001001 110010

Color Harmonies of #2256DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2256DB

Black with #2256DB

Text Example


Text Example

White with #2256DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2256DB; }

 p { color: rgb(34,86,219); }

 H1.HeaderClassName
 {
   color: #2256DB;
 }
 .AnyTagClassName
 {
   color: #2256DB;
 }
</style>

background-color css

<style>
 a { background-color: #2256DB; }

 a { background-color: rgb(34,86,219); }

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

border-color css

<style>
 span { border-color: #2256DB; }

 span { border-color: rgb(34,86,219); }

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