Html Css Color HEX #224BC4 Cerulean Blue

📋 copy color: '#224BC4'

red 34 ◦ green 75 ◦ blue 196

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

Shades of Cerulean Blue #224BC4

Tints of Cerulean Blue #224BC4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 196 (76.95% from 255) = 64.26%

R = 11.15%
G = 24.59%
B = 64.26%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#224BC4 (or 0x224BC4) is known color: Cerulean Blue. HEX triplet: 22, 4B and C4. RGB value is (34,75,196). Sum of RGB (Red+Green+Blue) = 34+75+196=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 196 (76.95% from 255 or 64.26% from 305); Max value from RGB is 196 - color contains mainly: blue. Hex color #224BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BC4 is #DDB43B. Grayscale: #4C4C4C. Windows color (decimal): -14529596 or 12864290. OLE color: 12864290.

HSL color Cylindrical-coordinate representation of color #224BC4: hue angle of 224.81º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224BC4 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 75 196 -
CMYK 0.83 0.62 0 0.23
HSL 224.81º 0.7% 0.45% -
HSV(B) 224.81º 0.83% 0.77% -
XYZ 13.14 9.36 53.34 -
YUV 76.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 34 75 196 0.83 0.62 0 0.23 224.81 0.7 0.45
Hex 22 4B C4 53 3E 0 17 E1 46 2D
Octal 42 113 304 123 76 0 27 341 106 55
Binary 100010 1001011 11000100 1010011 111110 0 10111 11100001 1000110 101101

Color Harmonies of #224BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BC4

Black with #224BC4

Text Example


Text Example

White with #224BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,75,196); }

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

background-color css

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

 a { background-color: rgb(34,75,196); }

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

border-color css

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

 span { border-color: rgb(34,75,196); }

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