Html Css Color HEX #224AD1 Cerulean Blue

📋 copy color: '#224AD1'

red 34 ◦ green 74 ◦ blue 209

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

Shades of Cerulean Blue #224AD1

Tints of Cerulean Blue #224AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 65.93%

R = 10.73%
G = 23.34%
B = 65.93%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#224AD1 (or 0x224AD1) is known color: Cerulean Blue. HEX triplet: 22, 4A and D1. RGB value is (34,74,209). Sum of RGB (Red+Green+Blue) = 34+74+209=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #224AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AD1 is #DDB52E. Grayscale: #4C4C4C. Windows color (decimal): -14529839 or 13716002. OLE color: 13716002.

HSL color Cylindrical-coordinate representation of color #224AD1: hue angle of 226.29º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224AD1 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 74 209 -
CMYK 0.84 0.65 0 0.18
HSL 226.29º 0.72% 0.48% -
HSV(B) 226.29º 0.84% 0.82% -
XYZ 14.62 9.84 61.45 -
YUV 77.43 202.25 97.02 -
System Red Green Blue C M Y K H S L
Decimal 34 74 209 0.84 0.65 0 0.18 226.29 0.72 0.48
Hex 22 4A D1 54 41 0 12 E2 48 30
Octal 42 112 321 124 101 0 22 342 110 60
Binary 100010 1001010 11010001 1010100 1000001 0 10010 11100010 1001000 110000

Color Harmonies of #224AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224AD1

Black with #224AD1

Text Example


Text Example

White with #224AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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