Html Css Color HEX #23A8F6 Dodger Blue

📋 copy color: '#23A8F6'

red 35 ◦ green 168 ◦ blue 246

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

Shades of Dodger Blue #23A8F6

Tints of Dodger Blue #23A8F6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.42%

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

R = 7.8%
G = 37.42%
B = 54.79%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23A8F6 (or 0x23A8F6) is known color: Dodger Blue. HEX triplet: 23, A8 and F6. RGB value is (35,168,246). Sum of RGB (Red+Green+Blue) = 35+168+246=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #23A8F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A8F6 is #DC5709. Grayscale: #888888. Windows color (decimal): -14440202 or 16164899. OLE color: 16164899.

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

Color convert

RGB 35 168 246 -
CMYK 0.86 0.32 0 0.04
HSL 202.18º 0.92% 0.55% -
HSV(B) 202.18º 0.86% 0.96% -
XYZ 31.33 35.02 92.3 -
YUV 137.13 189.44 55.16 -
System Red Green Blue C M Y K H S L
Decimal 35 168 246 0.86 0.32 0 0.04 202.18 0.92 0.55
Hex 23 A8 F6 56 20 0 4 CA 5C 37
Octal 43 250 366 126 40 0 4 312 134 67
Binary 100011 10101000 11110110 1010110 100000 0 100 11001010 1011100 110111

Color Harmonies of #23A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A8F6

Black with #23A8F6

Text Example


Text Example

White with #23A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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