Html Css Color HEX #164DBC Cerulean Blue

📋 copy color: '#164DBC'

red 22 ◦ green 77 ◦ blue 188

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

Shades of Cerulean Blue #164DBC

Tints of Cerulean Blue #164DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 7.67%
G = 26.83%
B = 65.51%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#164DBC (or 0x164DBC) is known color: Cerulean Blue. HEX triplet: 16, 4D and BC. RGB value is (22,77,188). Sum of RGB (Red+Green+Blue) = 22+77+188=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #164DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DBC is #E9B243. Grayscale: #484848. Windows color (decimal): -15315524 or 12340502. OLE color: 12340502.

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

Color convert

RGB 22 77 188 -
CMYK 0.88 0.59 0 0.26
HSL 220.12º 0.79% 0.41% -
HSV(B) 220.12º 0.88% 0.74% -
XYZ 12.06 9.11 48.7 -
YUV 73.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 22 77 188 0.88 0.59 0 0.26 220.12 0.79 0.41
Hex 16 4D BC 58 3B 0 1A DC 4F 29
Octal 26 115 274 130 73 0 32 334 117 51
Binary 10110 1001101 10111100 1011000 111011 0 11010 11011100 1001111 101001

Color Harmonies of #164DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DBC

Black with #164DBC

Text Example


Text Example

White with #164DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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