#237DF1

Color #237DF1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #237DF1

Tints of Dodger Blue #237DF1

Color information

#237DF1 (or 0x237DF1) is unknown color: approx Dodger Blue. HEX triplet: 23, 7D and F1. RGB value is (35,125,241). Sum of RGB (Red+Green+Blue) = 35+125+241=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #237DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237DF1 is #DC820E. Grayscale: #6E6E6E. Windows color (decimal): -14451215 or 15826211. OLE color: 15826211.

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

Color convert

RGB35125241-
CMYK0.850.4800.05
HSL213.79º88.03%54.12%-
HSV(B)213.79º85.48%94.51%-
XYZ23.921.3886.09-
YUV111.31201.1873.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.73%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 241 (94.53% from 255) = 60.10%
R=8.73%
G=31.17%
B=60.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal351252410.850.4800.05213.7988.0354.12
Hex237DF1553005d65836
Octal43175361125600532613066
Binary10001111111011111000110101011100000101110101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237DF1; }

 p { color: rgb(35,125,241); }

 H1.HeaderClassName
 {
   color: #237DF1;
 }
 .AnyTagClassName
 {
   color: #237DF1;
 }
</style>
background-color css

<style>
 a { background-color: #237DF1; }

 a { background-color: rgb(35,125,241); }

 div.DivClassName
 {
   background-color: #237DF1;
 }
 .BgClassName
 {
   background-color: #237DF1;
 }
</style>
border-color css

<style>
 span { border-color: #237DF1; }

 span { border-color: rgb(35,125,241); }

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