Html Css Color HEX #224BC5 Cerulean Blue

📋 copy color: '#224BC5'

red 34 ◦ green 75 ◦ blue 197

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

Shades of Cerulean Blue #224BC5

Tints of Cerulean Blue #224BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 64.38%

R = 11.11%
G = 24.51%
B = 64.38%

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

#224BC5 (or 0x224BC5) is known color: Cerulean Blue. HEX triplet: 22, 4B and C5. RGB value is (34,75,197). Sum of RGB (Red+Green+Blue) = 34+75+197=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 197 (77.34% from 255 or 64.38% from 306); Max value from RGB is 197 - color contains mainly: blue. Hex color #224BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BC5 is #DDB43A. Grayscale: #4C4C4C. Windows color (decimal): -14529595 or 12929826. OLE color: 12929826.

HSL color Cylindrical-coordinate representation of color #224BC5: hue angle of 224.91º degrees, saturation: 0.71, 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 #224BC5 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 75 197 -
CMYK 0.83 0.62 0 0.23
HSL 224.91º 0.71% 0.45% -
HSV(B) 224.91º 0.83% 0.77% -
XYZ 13.25 9.4 53.94 -
YUV 76.65 195.92 97.58 -
System Red Green Blue C M Y K H S L
Decimal 34 75 197 0.83 0.62 0 0.23 224.91 0.71 0.45
Hex 22 4B C5 53 3E 0 17 E1 47 2D
Octal 42 113 305 123 76 0 27 341 107 55
Binary 100010 1001011 11000101 1010011 111110 0 10111 11100001 1000111 101101

Color Harmonies of #224BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BC5

Black with #224BC5

Text Example


Text Example

White with #224BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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