Html Css Color HEX #1770F1 Dodger Blue

📋 copy color: '#1770F1'

red 23 ◦ green 112 ◦ blue 241

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

Shades of Dodger Blue #1770F1

Tints of Dodger Blue #1770F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.1%

R = 6.12%
G = 29.79%
B = 64.1%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1770F1 (or 0x1770F1) is known color: Dodger Blue. HEX triplet: 17, 70 and F1. RGB value is (23,112,241). Sum of RGB (Red+Green+Blue) = 23+112+241=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #1770F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1770F1 is #E88F0E. Grayscale: #636363. Windows color (decimal): -15240975 or 15822871. OLE color: 15822871.

HSL color Cylindrical-coordinate representation of color #1770F1: hue angle of 215.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1770F1 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 112 241 -
CMYK 0.90 0.54 0 0.05
HSL 215.5º 0.89% 0.52% -
HSV(B) 215.5º 0.9% 0.95% -
XYZ 22.02 18.12 85.56 -
YUV 100.1 207.51 73.01 -
System Red Green Blue C M Y K H S L
Decimal 23 112 241 0.90 0.54 0 0.05 215.5 0.89 0.52
Hex 17 70 F1 5A 36 0 5 D8 59 34
Octal 27 160 361 132 66 0 5 330 131 64
Binary 10111 1110000 11110001 1011010 110110 0 101 11011000 1011001 110100

Color Harmonies of #1770F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770F1

Black with #1770F1

Text Example


Text Example

White with #1770F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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