Html Css Color HEX #164DBE Cerulean Blue

📋 copy color: '#164DBE'

red 22 ◦ green 77 ◦ blue 190

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

Shades of Cerulean Blue #164DBE

Tints of Cerulean Blue #164DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 7.61%
G = 26.64%
B = 65.74%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#164DBE (or 0x164DBE) is known color: Cerulean Blue. HEX triplet: 16, 4D and BE. RGB value is (22,77,190). Sum of RGB (Red+Green+Blue) = 22+77+190=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #164DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DBE is #E9B241. Grayscale: #484848. Windows color (decimal): -15315522 or 12471574. OLE color: 12471574.

HSL color Cylindrical-coordinate representation of color #164DBE: hue angle of 220.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164DBE is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 77 190 -
CMYK 0.88 0.59 0 0.25
HSL 220.36º 0.79% 0.42% -
HSV(B) 220.36º 0.88% 0.75% -
XYZ 12.28 9.2 49.84 -
YUV 73.44 193.78 91.31 -
System Red Green Blue C M Y K H S L
Decimal 22 77 190 0.88 0.59 0 0.25 220.36 0.79 0.42
Hex 16 4D BE 58 3B 0 19 DC 4F 2A
Octal 26 115 276 130 73 0 31 334 117 52
Binary 10110 1001101 10111110 1011000 111011 0 11001 11011100 1001111 101010

Color Harmonies of #164DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DBE

Black with #164DBE

Text Example


Text Example

White with #164DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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