Html Css Color HEX #164BDF Cerulean Blue

📋 copy color: '#164BDF'

red 22 ◦ green 75 ◦ blue 223

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

Shades of Cerulean Blue #164BDF

Tints of Cerulean Blue #164BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.44%

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

R = 6.88%
G = 23.44%
B = 69.69%

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

#164BDF (or 0x164BDF) is known color: Cerulean Blue. HEX triplet: 16, 4B and DF. RGB value is (22,75,223). Sum of RGB (Red+Green+Blue) = 22+75+223=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #164BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BDF is #E9B420. Grayscale: #4B4B4B. Windows color (decimal): -15316001 or 14633750. OLE color: 14633750.

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

Color convert

RGB 22 75 223 -
CMYK 0.90 0.66 0 0.13
HSL 224.18º 0.82% 0.48% -
HSV(B) 224.18º 0.9% 0.87% -
XYZ 16.17 10.53 70.99 -
YUV 76.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 22 75 223 0.90 0.66 0 0.13 224.18 0.82 0.48
Hex 16 4B DF 5A 42 0 D E0 52 30
Octal 26 113 337 132 102 0 15 340 122 60
Binary 10110 1001011 11011111 1011010 1000010 0 1101 11100000 1010010 110000

Color Harmonies of #164BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164BDF

Black with #164BDF

Text Example


Text Example

White with #164BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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