Html Css Color HEX #23AAF4 Dodger Blue

📋 copy color: '#23AAF4'

red 35 ◦ green 170 ◦ blue 244

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

Shades of Dodger Blue #23AAF4

Tints of Dodger Blue #23AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.34%

R = 7.8%
G = 37.86%
B = 54.34%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23AAF4 (or 0x23AAF4) is known color: Dodger Blue. HEX triplet: 23, AA and F4. RGB value is (35,170,244). Sum of RGB (Red+Green+Blue) = 35+170+244=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #23AAF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AAF4 is #DC550B. Grayscale: #898989. Windows color (decimal): -14439692 or 16034339. OLE color: 16034339.

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

Color convert

RGB 35 170 244 -
CMYK 0.86 0.30 0 0.04
HSL 201.24º 0.9% 0.55% -
HSV(B) 201.24º 0.86% 0.96% -
XYZ 31.4 35.64 90.81 -
YUV 138.07 187.77 54.48 -
System Red Green Blue C M Y K H S L
Decimal 35 170 244 0.86 0.30 0 0.04 201.24 0.9 0.55
Hex 23 AA F4 56 1E 0 4 C9 5A 37
Octal 43 252 364 126 36 0 4 311 132 67
Binary 100011 10101010 11110100 1010110 11110 0 100 11001001 1011010 110111

Color Harmonies of #23AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AAF4

Black with #23AAF4

Text Example


Text Example

White with #23AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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