Html Css Color HEX #27AAFF Dodger Blue

📋 copy color: '#27AAFF'

red 39 ◦ green 170 ◦ blue 255

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

Shades of Dodger Blue #27AAFF

Tints of Dodger Blue #27AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 8.41%
G = 36.64%
B = 54.96%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27AAFF (or 0x27AAFF) is known color: Dodger Blue. HEX triplet: 27, AA and FF. RGB value is (39,170,255). Sum of RGB (Red+Green+Blue) = 39+170+255=464 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.41% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #27AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27AAFF is #D85500. Grayscale: #8C8C8C. Windows color (decimal): -14177537 or 16755239. OLE color: 16755239.

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

Color convert

RGB 39 170 255 -
CMYK 0.85 0.33 0 0
HSL 203.61º 1% 0.58% -
HSV(B) 203.61º 0.85% 1% -
XYZ 33.26 36.4 99.88 -
YUV 140.52 192.6 55.59 -
System Red Green Blue C M Y K H S L
Decimal 39 170 255 0.85 0.33 0 0 203.61 1 0.58
Hex 27 AA FF 55 21 0 0 CC 64 3A
Octal 47 252 377 125 41 0 0 314 144 72
Binary 100111 10101010 11111111 1010101 100001 0 0 11001100 1100100 111010

Color Harmonies of #27AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AAFF

Black with #27AAFF

Text Example


Text Example

White with #27AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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