#237FEE

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

Shades of Dodger Blue #237FEE

Tints of Dodger Blue #237FEE

Color information

#237FEE (or 0x237FEE) is unknown color: approx Dodger Blue. HEX triplet: 23, 7F and EE. RGB value is (35,127,238). Sum of RGB (Red+Green+Blue) = 35+127+238=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #237FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237FEE is #DC8011. Grayscale: #6F6F6F. Windows color (decimal): -14450706 or 15630115. OLE color: 15630115.

HSL color Cylindrical-coordinate representation of color #237FEE: hue angle of 212.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237FEE is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB35127238-
CMYK0.850.4700.07
HSL212.81º85.65%53.53%-
HSV(B)212.81º85.29%93.33%-
XYZ23.7221.7183.83-
YUV112.15199.0272.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.75%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 238 (93.36% from 255) = 59.5%
R=8.75%
G=31.75%
B=59.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal351272380.850.4700.07212.8185.6553.53
Hex237FEE552F07d55636
Octal43177356125570732512666
Binary10001111111111110111010101011011110111110101011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,127,238); }

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

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

 a { background-color: rgb(35,127,238); }

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

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

 span { border-color: rgb(35,127,238); }

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