Html Css Color HEX #224CE6 Cerulean Blue

📋 copy color: '#224CE6'

red 34 ◦ green 76 ◦ blue 230

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

Shades of Cerulean Blue #224CE6

Tints of Cerulean Blue #224CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

 BLUE value IS 230 (90.23% from 255) = 67.65%

R = 10%
G = 22.35%
B = 67.65%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#224CE6 (or 0x224CE6) is known color: Cerulean Blue. HEX triplet: 22, 4C and E6. RGB value is (34,76,230). Sum of RGB (Red+Green+Blue) = 34+76+230=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #224CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224CE6 is #DDB319. Grayscale: #505050. Windows color (decimal): -14529306 or 15092770. OLE color: 15092770.

HSL color Cylindrical-coordinate representation of color #224CE6: hue angle of 227.14º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224CE6 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 76 230 -
CMYK 0.85 0.67 0 0.10
HSL 227.14º 0.8% 0.52% -
HSV(B) 227.14º 0.85% 0.9% -
XYZ 17.53 11.22 76.11 -
YUV 81 212.09 94.48 -
System Red Green Blue C M Y K H S L
Decimal 34 76 230 0.85 0.67 0 0.10 227.14 0.8 0.52
Hex 22 4C E6 55 43 0 A E3 50 34
Octal 42 114 346 125 103 0 12 343 120 64
Binary 100010 1001100 11100110 1010101 1000011 0 1010 11100011 1010000 110100

Color Harmonies of #224CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CE6

Black with #224CE6

Text Example


Text Example

White with #224CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,76,230); }

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

background-color css

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

 a { background-color: rgb(34,76,230); }

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

border-color css

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

 span { border-color: rgb(34,76,230); }

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