Html Css Color HEX #164DCE Cerulean Blue

📋 copy color: '#164DCE'

red 22 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #164DCE

Tints of Cerulean Blue #164DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 7.21%
G = 25.25%
B = 67.54%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#164DCE (or 0x164DCE) is known color: Cerulean Blue. HEX triplet: 16, 4D and CE. RGB value is (22,77,206). Sum of RGB (Red+Green+Blue) = 22+77+206=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #164DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DCE is #E9B231. Grayscale: #4A4A4A. Windows color (decimal): -15315506 or 13520150. OLE color: 13520150.

HSL color Cylindrical-coordinate representation of color #164DCE: hue angle of 222.07º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164DCE is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 77 206 -
CMYK 0.89 0.63 0 0.19
HSL 222.07º 0.81% 0.45% -
HSV(B) 222.07º 0.89% 0.81% -
XYZ 14.13 9.93 59.57 -
YUV 75.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 22 77 206 0.89 0.63 0 0.19 222.07 0.81 0.45
Hex 16 4D CE 59 3F 0 13 DE 51 2D
Octal 26 115 316 131 77 0 23 336 121 55
Binary 10110 1001101 11001110 1011001 111111 0 10011 11011110 1010001 101101

Color Harmonies of #164DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DCE

Black with #164DCE

Text Example


Text Example

White with #164DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,77,206); }

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

background-color css

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

 a { background-color: rgb(22,77,206); }

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

border-color css

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

 span { border-color: rgb(22,77,206); }

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