Html Css Color HEX #224ACE Cerulean Blue

📋 copy color: '#224ACE'

red 34 ◦ green 74 ◦ blue 206

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

Shades of Cerulean Blue #224ACE

Tints of Cerulean Blue #224ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 10.83%
G = 23.57%
B = 65.61%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#224ACE (or 0x224ACE) is known color: Cerulean Blue. HEX triplet: 22, 4A and CE. RGB value is (34,74,206). Sum of RGB (Red+Green+Blue) = 34+74+206=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #224ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ACE is #DDB531. Grayscale: #4C4C4C. Windows color (decimal): -14529842 or 13519394. OLE color: 13519394.

HSL color Cylindrical-coordinate representation of color #224ACE: hue angle of 226.05º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224ACE is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 74 206 -
CMYK 0.83 0.64 0 0.19
HSL 226.05º 0.72% 0.47% -
HSV(B) 226.05º 0.83% 0.81% -
XYZ 14.25 9.69 59.51 -
YUV 77.09 200.75 97.27 -
System Red Green Blue C M Y K H S L
Decimal 34 74 206 0.83 0.64 0 0.19 226.05 0.72 0.47
Hex 22 4A CE 53 40 0 13 E2 48 2F
Octal 42 112 316 123 100 0 23 342 110 57
Binary 100010 1001010 11001110 1010011 1000000 0 10011 11100010 1001000 101111

Color Harmonies of #224ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ACE

Black with #224ACE

Text Example


Text Example

White with #224ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224ACE; }

 p { color: rgb(34,74,206); }

 H1.HeaderClassName
 {
   color: #224ACE;
 }
 .AnyTagClassName
 {
   color: #224ACE;
 }
</style>

background-color css

<style>
 a { background-color: #224ACE; }

 a { background-color: rgb(34,74,206); }

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

border-color css

<style>
 span { border-color: #224ACE; }

 span { border-color: rgb(34,74,206); }

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