Html Css Color HEX #164DCF Cerulean Blue

📋 copy color: '#164DCF'

red 22 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #164DCF

Tints of Cerulean Blue #164DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 7.19%
G = 25.16%
B = 67.65%

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

#164DCF (or 0x164DCF) is known color: Cerulean Blue. HEX triplet: 16, 4D and CF. RGB value is (22,77,207). Sum of RGB (Red+Green+Blue) = 22+77+207=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #164DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164DCF is #E9B230. Grayscale: #4A4A4A. Windows color (decimal): -15315505 or 13585686. OLE color: 13585686.

HSL color Cylindrical-coordinate representation of color #164DCF: hue angle of 222.16º 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 #164DCF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 77 207 -
CMYK 0.89 0.63 0 0.19
HSL 222.16º 0.81% 0.45% -
HSV(B) 222.16º 0.89% 0.81% -
XYZ 14.25 9.98 60.21 -
YUV 75.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 22 77 207 0.89 0.63 0 0.19 222.16 0.81 0.45
Hex 16 4D CF 59 3F 0 13 DE 51 2D
Octal 26 115 317 131 77 0 23 336 121 55
Binary 10110 1001101 11001111 1011001 111111 0 10011 11011110 1010001 101101

Color Harmonies of #164DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164DCF

Black with #164DCF

Text Example


Text Example

White with #164DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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