Html Css Color HEX #2071F1 Dodger Blue

📋 copy color: '#2071F1'

red 32 ◦ green 113 ◦ blue 241

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

Shades of Dodger Blue #2071F1

Tints of Dodger Blue #2071F1

RGB

 RED value IS 32 (12.89% from 255) = 8.29%

 GREEN value IS 113 (44.53% from 255) = 29.27%

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

R = 8.29%
G = 29.27%
B = 62.44%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2071F1 (or 0x2071F1) is known color: Dodger Blue. HEX triplet: 20, 71 and F1. RGB value is (32,113,241). Sum of RGB (Red+Green+Blue) = 32+113+241=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #2071F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2071F1 is #DF8E0E. Grayscale: #666666. Windows color (decimal): -14650895 or 15823136. OLE color: 15823136.

HSL color Cylindrical-coordinate representation of color #2071F1: hue angle of 216.75º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2071F1 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 113 241 -
CMYK 0.87 0.53 0 0.05
HSL 216.75º 0.88% 0.54% -
HSV(B) 216.75º 0.87% 0.95% -
XYZ 22.38 18.47 85.6 -
YUV 103.37 205.66 77.09 -
System Red Green Blue C M Y K H S L
Decimal 32 113 241 0.87 0.53 0 0.05 216.75 0.88 0.54
Hex 20 71 F1 57 35 0 5 D9 58 36
Octal 40 161 361 127 65 0 5 331 130 66
Binary 100000 1110001 11110001 1010111 110101 0 101 11011001 1011000 110110

Color Harmonies of #2071F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2071F1

Black with #2071F1

Text Example


Text Example

White with #2071F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,113,241); }

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

background-color css

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

 a { background-color: rgb(32,113,241); }

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

border-color css

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

 span { border-color: rgb(32,113,241); }

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