Html Css Color HEX #224EDA Cerulean Blue

📋 copy color: '#224EDA'

red 34 ◦ green 78 ◦ blue 218

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

Shades of Cerulean Blue #224EDA

Tints of Cerulean Blue #224EDA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 10.3%
G = 23.64%
B = 66.06%

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

#224EDA (or 0x224EDA) is known color: Cerulean Blue. HEX triplet: 22, 4E and DA. RGB value is (34,78,218). Sum of RGB (Red+Green+Blue) = 34+78+218=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #224EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EDA is #DDB125. Grayscale: #505050. Windows color (decimal): -14528806 or 14306850. OLE color: 14306850.

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

Color convert

RGB 34 78 218 -
CMYK 0.84 0.64 0 0.15
HSL 225.65º 0.73% 0.49% -
HSV(B) 225.65º 0.84% 0.85% -
XYZ 16.04 10.85 67.58 -
YUV 80.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 34 78 218 0.84 0.64 0 0.15 225.65 0.73 0.49
Hex 22 4E DA 54 40 0 F E2 49 31
Octal 42 116 332 124 100 0 17 342 111 61
Binary 100010 1001110 11011010 1010100 1000000 0 1111 11100010 1001001 110001

Color Harmonies of #224EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224EDA

Black with #224EDA

Text Example


Text Example

White with #224EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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