Html Css Color HEX #164ADE Cerulean Blue

📋 copy color: '#164ADE'

red 22 ◦ green 74 ◦ blue 222

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

Shades of Cerulean Blue #164ADE

Tints of Cerulean Blue #164ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

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

R = 6.92%
G = 23.27%
B = 69.81%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#164ADE (or 0x164ADE) is known color: Cerulean Blue. HEX triplet: 16, 4A and DE. RGB value is (22,74,222). Sum of RGB (Red+Green+Blue) = 22+74+222=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #164ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ADE is #E9B521. Grayscale: #4A4A4A. Windows color (decimal): -15316258 or 14567958. OLE color: 14567958.

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

Color convert

RGB 22 74 222 -
CMYK 0.90 0.67 0 0.13
HSL 224.4º 0.82% 0.48% -
HSV(B) 224.4º 0.9% 0.87% -
XYZ 15.96 10.34 70.26 -
YUV 75.32 210.77 89.97 -
System Red Green Blue C M Y K H S L
Decimal 22 74 222 0.90 0.67 0 0.13 224.4 0.82 0.48
Hex 16 4A DE 5A 43 0 D E0 52 30
Octal 26 112 336 132 103 0 15 340 122 60
Binary 10110 1001010 11011110 1011010 1000011 0 1101 11100000 1010010 110000

Color Harmonies of #164ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164ADE

Black with #164ADE

Text Example


Text Example

White with #164ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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