Html Css Color HEX #1770EF Dodger Blue

📋 copy color: '#1770EF'

red 23 ◦ green 112 ◦ blue 239

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

Shades of Dodger Blue #1770EF

Tints of Dodger Blue #1770EF

RGB

 RED value IS 23 (9.38% from 255) = 6.15%

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 6.15%
G = 29.95%
B = 63.9%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1770EF (or 0x1770EF) is known color: Dodger Blue. HEX triplet: 17, 70 and EF. RGB value is (23,112,239). Sum of RGB (Red+Green+Blue) = 23+112+239=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #1770EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1770EF is #E88F10. Grayscale: #636363. Windows color (decimal): -15240977 or 15691799. OLE color: 15691799.

HSL color Cylindrical-coordinate representation of color #1770EF: hue angle of 215.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1770EF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 112 239 -
CMYK 0.90 0.53 0 0.06
HSL 215.28º 0.87% 0.51% -
HSV(B) 215.28º 0.9% 0.94% -
XYZ 21.73 18 83.99 -
YUV 99.87 206.51 73.17 -
System Red Green Blue C M Y K H S L
Decimal 23 112 239 0.90 0.53 0 0.06 215.28 0.87 0.51
Hex 17 70 EF 5A 35 0 6 D7 57 33
Octal 27 160 357 132 65 0 6 327 127 63
Binary 10111 1110000 11101111 1011010 110101 0 110 11010111 1010111 110011

Color Harmonies of #1770EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770EF

Black with #1770EF

Text Example


Text Example

White with #1770EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1770EF; }

 p { color: rgb(23,112,239); }

 H1.HeaderClassName
 {
   color: #1770EF;
 }
 .AnyTagClassName
 {
   color: #1770EF;
 }
</style>

background-color css

<style>
 a { background-color: #1770EF; }

 a { background-color: rgb(23,112,239); }

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

border-color css

<style>
 span { border-color: #1770EF; }

 span { border-color: rgb(23,112,239); }

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