Html Css Color HEX #164DEC Cerulean Blue

📋 copy color: '#164DEC'

red 22 ◦ green 77 ◦ blue 236

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

Shades of Cerulean Blue #164DEC

Tints of Cerulean Blue #164DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.45%

R = 6.57%
G = 22.99%
B = 70.45%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#164DEC (or 0x164DEC) is known color: Cerulean Blue. HEX triplet: 16, 4D and EC. RGB value is (22,77,236). Sum of RGB (Red+Green+Blue) = 22+77+236=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #164DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164DEC is #E9B213. Grayscale: #4D4D4D. Windows color (decimal): -15315476 or 15486230. OLE color: 15486230.

HSL color Cylindrical-coordinate representation of color #164DEC: hue angle of 224.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164DEC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 77 236 -
CMYK 0.91 0.67 0 0.07
HSL 224.58º 0.85% 0.51% -
HSV(B) 224.58º 0.91% 0.93% -
XYZ 18.13 11.53 80.63 -
YUV 78.68 216.78 87.57 -
System Red Green Blue C M Y K H S L
Decimal 22 77 236 0.91 0.67 0 0.07 224.58 0.85 0.51
Hex 16 4D EC 5B 43 0 7 E1 55 33
Octal 26 115 354 133 103 0 7 341 125 63
Binary 10110 1001101 11101100 1011011 1000011 0 111 11100001 1010101 110011

Color Harmonies of #164DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DEC

Black with #164DEC

Text Example


Text Example

White with #164DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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