Html Css Color HEX #165FFD Dodger Blue

📋 copy color: '#165FFD'

red 22 ◦ green 95 ◦ blue 253

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

Shades of Dodger Blue #165FFD

Tints of Dodger Blue #165FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 5.95%
G = 25.68%
B = 68.38%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#165FFD (or 0x165FFD) is known color: Dodger Blue. HEX triplet: 16, 5F and FD. RGB value is (22,95,253). Sum of RGB (Red+Green+Blue) = 22+95+253=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #165FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165FFD is #E9A002. Grayscale: #5A5A5A. Windows color (decimal): -15310851 or 16604950. OLE color: 16604950.

HSL color Cylindrical-coordinate representation of color #165FFD: hue angle of 221.04º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165FFD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 22 95 253 -
CMYK 0.91 0.62 0 0.01
HSL 221.04º 0.98% 0.54% -
HSV(B) 221.04º 0.91% 0.99% -
XYZ 22.15 15.45 94.74 -
YUV 91.19 219.32 78.65 -
System Red Green Blue C M Y K H S L
Decimal 22 95 253 0.91 0.62 0 0.01 221.04 0.98 0.54
Hex 16 5F FD 5B 3E 0 1 DD 62 36
Octal 26 137 375 133 76 0 1 335 142 66
Binary 10110 1011111 11111101 1011011 111110 0 1 11011101 1100010 110110

Color Harmonies of #165FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165FFD

Black with #165FFD

Text Example


Text Example

White with #165FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165FFD; }

 p { color: rgb(22,95,253); }

 H1.HeaderClassName
 {
   color: #165FFD;
 }
 .AnyTagClassName
 {
   color: #165FFD;
 }
</style>

background-color css

<style>
 a { background-color: #165FFD; }

 a { background-color: rgb(22,95,253); }

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

border-color css

<style>
 span { border-color: #165FFD; }

 span { border-color: rgb(22,95,253); }

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