Html Css Color HEX #224CBF Cerulean Blue

📋 copy color: '#224CBF'

red 34 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #224CBF

Tints of Cerulean Blue #224CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 11.3%
G = 25.25%
B = 63.46%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#224CBF (or 0x224CBF) is known color: Cerulean Blue. HEX triplet: 22, 4C and BF. RGB value is (34,76,191). Sum of RGB (Red+Green+Blue) = 34+76+191=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #224CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CBF is #DDB340. Grayscale: #4C4C4C. Windows color (decimal): -14529345 or 12536866. OLE color: 12536866.

HSL color Cylindrical-coordinate representation of color #224CBF: hue angle of 223.95º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224CBF is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 76 191 -
CMYK 0.82 0.60 0 0.25
HSL 223.95º 0.7% 0.44% -
HSV(B) 223.95º 0.82% 0.75% -
XYZ 12.65 9.27 50.41 -
YUV 76.55 192.59 97.65 -
System Red Green Blue C M Y K H S L
Decimal 34 76 191 0.82 0.60 0 0.25 223.95 0.7 0.44
Hex 22 4C BF 52 3C 0 19 E0 46 2C
Octal 42 114 277 122 74 0 31 340 106 54
Binary 100010 1001100 10111111 1010010 111100 0 11001 11100000 1000110 101100

Color Harmonies of #224CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224CBF

Black with #224CBF

Text Example


Text Example

White with #224CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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