Html Css Color HEX #224AC8 Cerulean Blue

📋 copy color: '#224AC8'

red 34 ◦ green 74 ◦ blue 200

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

Shades of Cerulean Blue #224AC8

Tints of Cerulean Blue #224AC8

RGB

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

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

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

R = 11.04%
G = 24.03%
B = 64.94%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#224AC8 (or 0x224AC8) is known color: Cerulean Blue. HEX triplet: 22, 4A and C8. RGB value is (34,74,200). Sum of RGB (Red+Green+Blue) = 34+74+200=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #224AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AC8 is #DDB537. Grayscale: #4B4B4B. Windows color (decimal): -14529848 or 13126178. OLE color: 13126178.

HSL color Cylindrical-coordinate representation of color #224AC8: hue angle of 225.54º 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 #224AC8 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 74 200 -
CMYK 0.83 0.63 0 0.22
HSL 225.54º 0.71% 0.46% -
HSV(B) 225.54º 0.83% 0.78% -
XYZ 13.53 9.41 55.75 -
YUV 76.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 34 74 200 0.83 0.63 0 0.22 225.54 0.71 0.46
Hex 22 4A C8 53 3F 0 16 E2 47 2E
Octal 42 112 310 123 77 0 26 342 107 56
Binary 100010 1001010 11001000 1010011 111111 0 10110 11100010 1000111 101110

Color Harmonies of #224AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AC8

Black with #224AC8

Text Example


Text Example

White with #224AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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