Html Css Color HEX #23AAF6 Dodger Blue

📋 copy color: '#23AAF6'

red 35 ◦ green 170 ◦ blue 246

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

Shades of Dodger Blue #23AAF6

Tints of Dodger Blue #23AAF6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

 BLUE value IS 246 (96.48% from 255) = 54.55%

R = 7.76%
G = 37.69%
B = 54.55%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23AAF6 (or 0x23AAF6) is known color: Dodger Blue. HEX triplet: 23, AA and F6. RGB value is (35,170,246). Sum of RGB (Red+Green+Blue) = 35+170+246=451 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.76% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #23AAF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AAF6 is #DC5509. Grayscale: #898989. Windows color (decimal): -14439690 or 16165411. OLE color: 16165411.

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

Color convert

RGB 35 170 246 -
CMYK 0.86 0.31 0 0.04
HSL 201.61º 0.92% 0.55% -
HSV(B) 201.61º 0.86% 0.96% -
XYZ 31.7 35.76 92.42 -
YUV 138.3 188.77 54.32 -
System Red Green Blue C M Y K H S L
Decimal 35 170 246 0.86 0.31 0 0.04 201.61 0.92 0.55
Hex 23 AA F6 56 1F 0 4 CA 5C 37
Octal 43 252 366 126 37 0 4 312 134 67
Binary 100011 10101010 11110110 1010110 11111 0 100 11001010 1011100 110111

Color Harmonies of #23AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AAF6

Black with #23AAF6

Text Example


Text Example

White with #23AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,170,246); }

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

background-color css

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

 a { background-color: rgb(35,170,246); }

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

border-color css

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

 span { border-color: rgb(35,170,246); }

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