Html Css Color HEX #164CDF Cerulean Blue

📋 copy color: '#164CDF'

red 22 ◦ green 76 ◦ blue 223

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

Shades of Cerulean Blue #164CDF

Tints of Cerulean Blue #164CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.68%

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 6.85%
G = 23.68%
B = 69.47%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#164CDF (or 0x164CDF) is known color: Cerulean Blue. HEX triplet: 16, 4C and DF. RGB value is (22,76,223). Sum of RGB (Red+Green+Blue) = 22+76+223=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #164CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CDF is #E9B320. Grayscale: #4B4B4B. Windows color (decimal): -15315745 or 14634006. OLE color: 14634006.

HSL color Cylindrical-coordinate representation of color #164CDF: hue angle of 223.88º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164CDF is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 76 223 -
CMYK 0.90 0.66 0 0.13
HSL 223.88º 0.82% 0.48% -
HSV(B) 223.88º 0.9% 0.87% -
XYZ 16.23 10.67 71.02 -
YUV 76.61 210.61 89.05 -
System Red Green Blue C M Y K H S L
Decimal 22 76 223 0.90 0.66 0 0.13 223.88 0.82 0.48
Hex 16 4C DF 5A 42 0 D E0 52 30
Octal 26 114 337 132 102 0 15 340 122 60
Binary 10110 1001100 11011111 1011010 1000010 0 1101 11100000 1010010 110000

Color Harmonies of #164CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164CDF

Black with #164CDF

Text Example


Text Example

White with #164CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,76,223); }

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

background-color css

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

 a { background-color: rgb(22,76,223); }

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

border-color css

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

 span { border-color: rgb(22,76,223); }

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