Html Css Color HEX #23A3F6 Dodger Blue

📋 copy color: '#23A3F6'

red 35 ◦ green 163 ◦ blue 246

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

Shades of Dodger Blue #23A3F6

Tints of Dodger Blue #23A3F6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.71%

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

R = 7.88%
G = 36.71%
B = 55.41%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23A3F6 (or 0x23A3F6) is known color: Dodger Blue. HEX triplet: 23, A3 and F6. RGB value is (35,163,246). Sum of RGB (Red+Green+Blue) = 35+163+246=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #23A3F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A3F6 is #DC5C09. Grayscale: #858585. Windows color (decimal): -14441482 or 16163619. OLE color: 16163619.

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

Color convert

RGB 35 163 246 -
CMYK 0.86 0.34 0 0.04
HSL 203.6º 0.92% 0.55% -
HSV(B) 203.6º 0.86% 0.96% -
XYZ 30.42 33.21 91.99 -
YUV 134.19 191.09 57.25 -
System Red Green Blue C M Y K H S L
Decimal 35 163 246 0.86 0.34 0 0.04 203.6 0.92 0.55
Hex 23 A3 F6 56 22 0 4 CC 5C 37
Octal 43 243 366 126 42 0 4 314 134 67
Binary 100011 10100011 11110110 1010110 100010 0 100 11001100 1011100 110111

Color Harmonies of #23A3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A3F6

Black with #23A3F6

Text Example


Text Example

White with #23A3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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