Html Css Color HEX #225DDB Cerulean Blue

📋 copy color: '#225DDB'

red 34 ◦ green 93 ◦ blue 219

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

Shades of Cerulean Blue #225DDB

Tints of Cerulean Blue #225DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

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

R = 9.83%
G = 26.88%
B = 63.29%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#225DDB (or 0x225DDB) is known color: Cerulean Blue. HEX triplet: 22, 5D and DB. RGB value is (34,93,219). Sum of RGB (Red+Green+Blue) = 34+93+219=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #225DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DDB is #DDA224. Grayscale: #595959. Windows color (decimal): -14524965 or 14376226. OLE color: 14376226.

HSL color Cylindrical-coordinate representation of color #225DDB: hue angle of 220.86º 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 #225DDB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 93 219 -
CMYK 0.84 0.58 0 0.14
HSL 220.86º 0.73% 0.5% -
HSV(B) 220.86º 0.84% 0.86% -
XYZ 17.36 13.28 68.67 -
YUV 89.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 34 93 219 0.84 0.58 0 0.14 220.86 0.73 0.5
Hex 22 5D DB 54 3A 0 E DD 49 32
Octal 42 135 333 124 72 0 16 335 111 62
Binary 100010 1011101 11011011 1010100 111010 0 1110 11011101 1001001 110010

Color Harmonies of #225DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DDB

Black with #225DDB

Text Example


Text Example

White with #225DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225DDB; }

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

 H1.HeaderClassName
 {
   color: #225DDB;
 }
 .AnyTagClassName
 {
   color: #225DDB;
 }
</style>

background-color css

<style>
 a { background-color: #225DDB; }

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

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

border-color css

<style>
 span { border-color: #225DDB; }

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

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