Html Css Color HEX #224DDA Cerulean Blue

📋 copy color: '#224DDA'

red 34 ◦ green 77 ◦ blue 218

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

Shades of Cerulean Blue #224DDA

Tints of Cerulean Blue #224DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 10.33%
G = 23.4%
B = 66.26%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#224DDA (or 0x224DDA) is known color: Cerulean Blue. HEX triplet: 22, 4D and DA. RGB value is (34,77,218). Sum of RGB (Red+Green+Blue) = 34+77+218=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #224DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DDA is #DDB225. Grayscale: #4F4F4F. Windows color (decimal): -14529062 or 14306594. OLE color: 14306594.

HSL color Cylindrical-coordinate representation of color #224DDA: hue angle of 225.98º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224DDA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 77 218 -
CMYK 0.84 0.65 0 0.15
HSL 225.98º 0.73% 0.49% -
HSV(B) 225.98º 0.84% 0.85% -
XYZ 15.97 10.71 67.56 -
YUV 80.22 205.75 95.04 -
System Red Green Blue C M Y K H S L
Decimal 34 77 218 0.84 0.65 0 0.15 225.98 0.73 0.49
Hex 22 4D DA 54 41 0 F E2 49 31
Octal 42 115 332 124 101 0 17 342 111 61
Binary 100010 1001101 11011010 1010100 1000001 0 1111 11100010 1001001 110001

Color Harmonies of #224DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DDA

Black with #224DDA

Text Example


Text Example

White with #224DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,77,218); }

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

background-color css

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

 a { background-color: rgb(34,77,218); }

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

border-color css

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

 span { border-color: rgb(34,77,218); }

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