#23AEFE

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

Shades of Dodger Blue #23AEFE

Tints of Dodger Blue #23AEFE

Color information

#23AEFE (or 0x23AEFE) is unknown color: approx Dodger Blue. HEX triplet: 23, AE and FE. RGB value is (35,174,254). Sum of RGB (Red+Green+Blue) = 35+174+254=463 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.56% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #23AEFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AEFE is #DC5101. Grayscale: #8D8D8D. Windows color (decimal): -14438658 or 16690723. OLE color: 16690723.

HSL color Cylindrical-coordinate representation of color #23AEFE: hue angle of 201.92º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23AEFE is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB35174254-
CMYK0.860.3100.00
HSL201.92º99.1%56.67%-
HSV(B)201.92º86.22%99.61%-
XYZ33.7237.7999.28-
YUV141.56191.4552-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.56%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 254 (99.61% from 255) = 54.86%
R=7.56%
G=37.58%
B=54.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal351742540.860.3100.00201.9299.156.67
Hex23AEFE561F00ca6339
Octal43256376126370031214371
Binary100011101011101111111010101101111100110010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23AEFE; }

 p { color: rgb(35,174,254); }

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

<style>
 a { background-color: #23AEFE; }

 a { background-color: rgb(35,174,254); }

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

<style>
 span { border-color: #23AEFE; }

 span { border-color: rgb(35,174,254); }

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