Html Css Color HEX #27AAFD Dodger Blue

📋 copy color: '#27AAFD'

red 39 ◦ green 170 ◦ blue 253

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

Shades of Dodger Blue #27AAFD

Tints of Dodger Blue #27AAFD

RGB

 RED value IS 39 (15.63% from 255) = 8.44%

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 8.44%
G = 36.8%
B = 54.76%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#27AAFD (or 0x27AAFD) is known color: Dodger Blue. HEX triplet: 27, AA and FD. RGB value is (39,170,253). Sum of RGB (Red+Green+Blue) = 39+170+253=462 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.44% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #27AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27AAFD is #D85502. Grayscale: #8B8B8B. Windows color (decimal): -14177539 or 16624167. OLE color: 16624167.

HSL color Cylindrical-coordinate representation of color #27AAFD: hue angle of 203.27º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27AAFD is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 170 253 -
CMYK 0.85 0.33 0 0.01
HSL 203.27º 0.98% 0.57% -
HSV(B) 203.27º 0.85% 0.99% -
XYZ 32.94 36.27 98.19 -
YUV 140.29 191.6 55.75 -
System Red Green Blue C M Y K H S L
Decimal 39 170 253 0.85 0.33 0 0.01 203.27 0.98 0.57
Hex 27 AA FD 55 21 0 1 CB 62 39
Octal 47 252 375 125 41 0 1 313 142 71
Binary 100111 10101010 11111101 1010101 100001 0 1 11001011 1100010 111001

Color Harmonies of #27AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AAFD

Black with #27AAFD

Text Example


Text Example

White with #27AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27AAFD; }

 p { color: rgb(39,170,253); }

 H1.HeaderClassName
 {
   color: #27AAFD;
 }
 .AnyTagClassName
 {
   color: #27AAFD;
 }
</style>

background-color css

<style>
 a { background-color: #27AAFD; }

 a { background-color: rgb(39,170,253); }

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

border-color css

<style>
 span { border-color: #27AAFD; }

 span { border-color: rgb(39,170,253); }

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