#23AFFF

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

Shades of Dodger Blue #23AFFF

Tints of Dodger Blue #23AFFF

Color information

#23AFFF (or 0x23AFFF) is unknown color: approx Dodger Blue. HEX triplet: 23, AF and FF. RGB value is (35,175,255). Sum of RGB (Red+Green+Blue) = 35+175+255=465 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.53% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #23AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AFFF is #DC5000. Grayscale: #8D8D8D. Windows color (decimal): -14438401 or 16756515. OLE color: 16756515.

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

Color convert

RGB35175255-
CMYK0.860.3100
HSL201.82º100%56.86%-
HSV(B)201.82º86.27%100%-
XYZ34.0738.24100.19-
YUV142.26191.6251.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.53%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 255 (100% from 255) = 54.84%
R=7.53%
G=37.63%
B=54.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal351752550.860.3100201.8210056.86
Hex23AFFF561F00ca6439
Octal43257377126370031214471
Binary100011101011111111111110101101111100110010101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,175,255); }

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

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

 a { background-color: rgb(35,175,255); }

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

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

 span { border-color: rgb(35,175,255); }

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