Html Css Color HEX #225DC8 Cerulean Blue

📋 copy color: '#225DC8'

red 34 ◦ green 93 ◦ blue 200

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

Shades of Cerulean Blue #225DC8

Tints of Cerulean Blue #225DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.16%

R = 10.4%
G = 28.44%
B = 61.16%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#225DC8 (or 0x225DC8) is known color: Cerulean Blue. HEX triplet: 22, 5D and C8. RGB value is (34,93,200). Sum of RGB (Red+Green+Blue) = 34+93+200=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #225DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DC8 is #DDA237. Grayscale: #575757. Windows color (decimal): -14524984 or 13131042. OLE color: 13131042.

HSL color Cylindrical-coordinate representation of color #225DC8: hue angle of 218.67º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225DC8 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 93 200 -
CMYK 0.83 0.54 0 0.22
HSL 218.67º 0.71% 0.46% -
HSV(B) 218.67º 0.83% 0.78% -
XYZ 15 12.34 56.23 -
YUV 87.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 34 93 200 0.83 0.54 0 0.22 218.67 0.71 0.46
Hex 22 5D C8 53 36 0 16 DB 47 2E
Octal 42 135 310 123 66 0 26 333 107 56
Binary 100010 1011101 11001000 1010011 110110 0 10110 11011011 1000111 101110

Color Harmonies of #225DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225DC8

Black with #225DC8

Text Example


Text Example

White with #225DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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