Html Css Color HEX #23A8F3 Dodger Blue

📋 copy color: '#23A8F3'

red 35 ◦ green 168 ◦ blue 243

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

Shades of Dodger Blue #23A8F3

Tints of Dodger Blue #23A8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.48%

R = 7.85%
G = 37.67%
B = 54.48%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#23A8F3 (or 0x23A8F3) is known color: Dodger Blue. HEX triplet: 23, A8 and F3. RGB value is (35,168,243). Sum of RGB (Red+Green+Blue) = 35+168+243=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #23A8F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A8F3 is #DC570C. Grayscale: #888888. Windows color (decimal): -14440205 or 15968291. OLE color: 15968291.

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

Color convert

RGB 35 168 243 -
CMYK 0.86 0.31 0 0.05
HSL 201.63º 0.9% 0.55% -
HSV(B) 201.63º 0.86% 0.95% -
XYZ 30.87 34.83 89.89 -
YUV 136.78 187.94 55.4 -
System Red Green Blue C M Y K H S L
Decimal 35 168 243 0.86 0.31 0 0.05 201.63 0.9 0.55
Hex 23 A8 F3 56 1F 0 5 CA 5A 37
Octal 43 250 363 126 37 0 5 312 132 67
Binary 100011 10101000 11110011 1010110 11111 0 101 11001010 1011010 110111

Color Harmonies of #23A8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A8F3

Black with #23A8F3

Text Example


Text Example

White with #23A8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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