Html Css Color HEX #2187F1 Dodger Blue

📋 copy color: '#2187F1'

red 33 ◦ green 135 ◦ blue 241

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

Shades of Dodger Blue #2187F1

Tints of Dodger Blue #2187F1

RGB

 RED value IS 33 (13.28% from 255) = 8.07%

 GREEN value IS 135 (53.13% from 255) = 33.01%

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

R = 8.07%
G = 33.01%
B = 58.92%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2187F1 (or 0x2187F1) is known color: Dodger Blue. HEX triplet: 21, 87 and F1. RGB value is (33,135,241). Sum of RGB (Red+Green+Blue) = 33+135+241=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #2187F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2187F1 is #DE780E. Grayscale: #747474. Windows color (decimal): -14579727 or 15828769. OLE color: 15828769.

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

Color convert

RGB 33 135 241 -
CMYK 0.86 0.44 0 0.05
HSL 210.58º 0.88% 0.54% -
HSV(B) 210.58º 0.86% 0.95% -
XYZ 25.17 24 86.53 -
YUV 116.59 198.21 68.38 -
System Red Green Blue C M Y K H S L
Decimal 33 135 241 0.86 0.44 0 0.05 210.58 0.88 0.54
Hex 21 87 F1 56 2C 0 5 D3 58 36
Octal 41 207 361 126 54 0 5 323 130 66
Binary 100001 10000111 11110001 1010110 101100 0 101 11010011 1011000 110110

Color Harmonies of #2187F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2187F1

Black with #2187F1

Text Example


Text Example

White with #2187F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,135,241); }

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

background-color css

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

 a { background-color: rgb(33,135,241); }

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

border-color css

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

 span { border-color: rgb(33,135,241); }

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