Html Css Color HEX #224BBF Cerulean Blue

📋 copy color: '#224BBF'

red 34 ◦ green 75 ◦ blue 191

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

Shades of Cerulean Blue #224BBF

Tints of Cerulean Blue #224BBF

RGB

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

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

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

R = 11.33%
G = 25%
B = 63.67%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#224BBF (or 0x224BBF) is known color: Cerulean Blue. HEX triplet: 22, 4B and BF. RGB value is (34,75,191). Sum of RGB (Red+Green+Blue) = 34+75+191=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #224BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BBF is #DDB440. Grayscale: #4B4B4B. Windows color (decimal): -14529601 or 12536610. OLE color: 12536610.

HSL color Cylindrical-coordinate representation of color #224BBF: hue angle of 224.33º 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 #224BBF is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 75 191 -
CMYK 0.82 0.61 0 0.25
HSL 224.33º 0.7% 0.44% -
HSV(B) 224.33º 0.82% 0.75% -
XYZ 12.58 9.13 50.39 -
YUV 75.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 34 75 191 0.82 0.61 0 0.25 224.33 0.7 0.44
Hex 22 4B BF 52 3D 0 19 E0 46 2C
Octal 42 113 277 122 75 0 31 340 106 54
Binary 100010 1001011 10111111 1010010 111101 0 11001 11100000 1000110 101100

Color Harmonies of #224BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224BBF

Black with #224BBF

Text Example


Text Example

White with #224BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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