Html Css Color HEX #164FDF Cerulean Blue

📋 copy color: '#164FDF'

red 22 ◦ green 79 ◦ blue 223

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

Shades of Cerulean Blue #164FDF

Tints of Cerulean Blue #164FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

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

R = 6.79%
G = 24.38%
B = 68.83%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#164FDF (or 0x164FDF) is known color: Cerulean Blue. HEX triplet: 16, 4F and DF. RGB value is (22,79,223). Sum of RGB (Red+Green+Blue) = 22+79+223=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #164FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FDF is #E9B020. Grayscale: #4D4D4D. Windows color (decimal): -15314977 or 14634774. OLE color: 14634774.

HSL color Cylindrical-coordinate representation of color #164FDF: hue angle of 222.99º 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 #164FDF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 79 223 -
CMYK 0.90 0.65 0 0.13
HSL 222.99º 0.82% 0.48% -
HSV(B) 222.99º 0.9% 0.87% -
XYZ 16.45 11.09 71.09 -
YUV 78.37 209.62 87.79 -
System Red Green Blue C M Y K H S L
Decimal 22 79 223 0.90 0.65 0 0.13 222.99 0.82 0.48
Hex 16 4F DF 5A 41 0 D DF 52 30
Octal 26 117 337 132 101 0 15 337 122 60
Binary 10110 1001111 11011111 1011010 1000001 0 1101 11011111 1010010 110000

Color Harmonies of #164FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164FDF

Black with #164FDF

Text Example


Text Example

White with #164FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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