Html Css Color HEX #224FDA Cerulean Blue

📋 copy color: '#224FDA'

red 34 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #224FDA

Tints of Cerulean Blue #224FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 10.27%
G = 23.87%
B = 65.86%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#224FDA (or 0x224FDA) is known color: Cerulean Blue. HEX triplet: 22, 4F and DA. RGB value is (34,79,218). Sum of RGB (Red+Green+Blue) = 34+79+218=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #224FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FDA is #DDB025. Grayscale: #505050. Windows color (decimal): -14528550 or 14307106. OLE color: 14307106.

HSL color Cylindrical-coordinate representation of color #224FDA: hue angle of 225.33º 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 #224FDA is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 79 218 -
CMYK 0.84 0.64 0 0.15
HSL 225.33º 0.73% 0.49% -
HSV(B) 225.33º 0.84% 0.85% -
XYZ 16.11 10.99 67.6 -
YUV 81.39 205.09 94.2 -
System Red Green Blue C M Y K H S L
Decimal 34 79 218 0.84 0.64 0 0.15 225.33 0.73 0.49
Hex 22 4F DA 54 40 0 F E1 49 31
Octal 42 117 332 124 100 0 17 341 111 61
Binary 100010 1001111 11011010 1010100 1000000 0 1111 11100001 1001001 110001

Color Harmonies of #224FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224FDA

Black with #224FDA

Text Example


Text Example

White with #224FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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