Html Css Color HEX #23AEFF Dodger Blue

📋 copy color: '#23AEFF'

red 35 ◦ green 174 ◦ blue 255

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

Shades of Dodger Blue #23AEFF

Tints of Dodger Blue #23AEFF

RGB

 RED value IS 35 (14.06% from 255) = 7.54%

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 255 (100% from 255) = 54.96%

R = 7.54%
G = 37.5%
B = 54.96%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#23AEFF (or 0x23AEFF) is known color: Dodger Blue. HEX triplet: 23, AE and FF. RGB value is (35,174,255). Sum of RGB (Red+Green+Blue) = 35+174+255=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #23AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AEFF is #DC5100. Grayscale: #8D8D8D. Windows color (decimal): -14438657 or 16756259. OLE color: 16756259.

HSL color Cylindrical-coordinate representation of color #23AEFF: hue angle of 202.09º 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 #23AEFF is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 35 174 255 -
CMYK 0.86 0.32 0 0
HSL 202.09º 1% 0.57% -
HSV(B) 202.09º 0.86% 1% -
XYZ 33.88 37.85 100.13 -
YUV 141.67 191.95 51.91 -
System Red Green Blue C M Y K H S L
Decimal 35 174 255 0.86 0.32 0 0 202.09 1 0.57
Hex 23 AE FF 56 20 0 0 CA 64 39
Octal 43 256 377 126 40 0 0 312 144 71
Binary 100011 10101110 11111111 1010110 100000 0 0 11001010 1100100 111001

Color Harmonies of #23AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AEFF

Black with #23AEFF

Text Example


Text Example

White with #23AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23AEFF;
 }
 .AnyTagClassName
 {
   color: #23AEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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