Html Css Color HEX #164CDE Cerulean Blue

📋 copy color: '#164CDE'

red 22 ◦ green 76 ◦ blue 222

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

Shades of Cerulean Blue #164CDE

Tints of Cerulean Blue #164CDE

RGB

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

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

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

R = 6.88%
G = 23.75%
B = 69.38%

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

#164CDE (or 0x164CDE) is known color: Cerulean Blue. HEX triplet: 16, 4C and DE. RGB value is (22,76,222). Sum of RGB (Red+Green+Blue) = 22+76+222=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #164CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CDE is #E9B321. Grayscale: #4B4B4B. Windows color (decimal): -15315746 or 14568470. OLE color: 14568470.

HSL color Cylindrical-coordinate representation of color #164CDE: hue angle of 223.8º 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 #164CDE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 76 222 -
CMYK 0.90 0.66 0 0.13
HSL 223.8º 0.82% 0.48% -
HSV(B) 223.8º 0.9% 0.87% -
XYZ 16.1 10.61 70.31 -
YUV 76.5 210.11 89.13 -
System Red Green Blue C M Y K H S L
Decimal 22 76 222 0.90 0.66 0 0.13 223.8 0.82 0.48
Hex 16 4C DE 5A 42 0 D E0 52 30
Octal 26 114 336 132 102 0 15 340 122 60
Binary 10110 1001100 11011110 1011010 1000010 0 1101 11100000 1010010 110000

Color Harmonies of #164CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CDE

Black with #164CDE

Text Example


Text Example

White with #164CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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