Html Css Color HEX #164BDE Cerulean Blue

📋 copy color: '#164BDE'

red 22 ◦ green 75 ◦ blue 222

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

Shades of Cerulean Blue #164BDE

Tints of Cerulean Blue #164BDE

RGB

 RED value IS 22 (8.98% from 255) = 6.9%

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

 BLUE value IS 222 (87.11% from 255) = 69.59%

R = 6.9%
G = 23.51%
B = 69.59%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#164BDE (or 0x164BDE) is known color: Cerulean Blue. HEX triplet: 16, 4B and DE. RGB value is (22,75,222). Sum of RGB (Red+Green+Blue) = 22+75+222=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 222 (87.11% from 255 or 69.59% from 319); Max value from RGB is 222 - color contains mainly: blue. Hex color #164BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BDE is #E9B421. Grayscale: #4B4B4B. Windows color (decimal): -15316002 or 14568214. OLE color: 14568214.

HSL color Cylindrical-coordinate representation of color #164BDE: hue angle of 224.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164BDE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 75 222 -
CMYK 0.90 0.66 0 0.13
HSL 224.1º 0.82% 0.48% -
HSV(B) 224.1º 0.9% 0.87% -
XYZ 16.03 10.48 70.28 -
YUV 75.91 210.44 89.55 -
System Red Green Blue C M Y K H S L
Decimal 22 75 222 0.90 0.66 0 0.13 224.1 0.82 0.48
Hex 16 4B DE 5A 42 0 D E0 52 30
Octal 26 113 336 132 102 0 15 340 122 60
Binary 10110 1001011 11011110 1011010 1000010 0 1101 11100000 1010010 110000

Color Harmonies of #164BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BDE

Black with #164BDE

Text Example


Text Example

White with #164BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164BDE; }

 p { color: rgb(22,75,222); }

 H1.HeaderClassName
 {
   color: #164BDE;
 }
 .AnyTagClassName
 {
   color: #164BDE;
 }
</style>

background-color css

<style>
 a { background-color: #164BDE; }

 a { background-color: rgb(22,75,222); }

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

border-color css

<style>
 span { border-color: #164BDE; }

 span { border-color: rgb(22,75,222); }

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