Html Css Color HEX #224ACC Cerulean Blue

📋 copy color: '#224ACC'

red 34 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #224ACC

Tints of Cerulean Blue #224ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 10.9%
G = 23.72%
B = 65.38%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#224ACC (or 0x224ACC) is known color: Cerulean Blue. HEX triplet: 22, 4A and CC. RGB value is (34,74,204). Sum of RGB (Red+Green+Blue) = 34+74+204=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #224ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ACC is #DDB533. Grayscale: #4C4C4C. Windows color (decimal): -14529844 or 13388322. OLE color: 13388322.

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

Color convert

RGB 34 74 204 -
CMYK 0.83 0.64 0 0.2
HSL 225.88º 0.71% 0.47% -
HSV(B) 225.88º 0.83% 0.8% -
XYZ 14.01 9.6 58.24 -
YUV 76.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 34 74 204 0.83 0.64 0 0.2 225.88 0.71 0.47
Hex 22 4A CC 53 40 0 14 E2 47 2F
Octal 42 112 314 123 100 0 24 342 107 57
Binary 100010 1001010 11001100 1010011 1000000 0 10100 11100010 1000111 101111

Color Harmonies of #224ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224ACC

Black with #224ACC

Text Example


Text Example

White with #224ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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