Html Css Color HEX #27A0F1 Dodger Blue

📋 copy color: '#27A0F1'

red 39 ◦ green 160 ◦ blue 241

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

Shades of Dodger Blue #27A0F1

Tints of Dodger Blue #27A0F1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 8.86%
G = 36.36%
B = 54.77%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#27A0F1 (or 0x27A0F1) is known color: Dodger Blue. HEX triplet: 27, A0 and F1. RGB value is (39,160,241). Sum of RGB (Red+Green+Blue) = 39+160+241=440 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.86% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #27A0F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A0F1 is #D85F0E. Grayscale: #848484. Windows color (decimal): -14180111 or 15835175. OLE color: 15835175.

HSL color Cylindrical-coordinate representation of color #27A0F1: hue angle of 204.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27A0F1 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 160 241 -
CMYK 0.84 0.34 0 0.05
HSL 204.06º 0.88% 0.55% -
HSV(B) 204.06º 0.84% 0.95% -
XYZ 29.28 31.92 87.84 -
YUV 133.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 39 160 241 0.84 0.34 0 0.05 204.06 0.88 0.55
Hex 27 A0 F1 54 22 0 5 CC 58 37
Octal 47 240 361 124 42 0 5 314 130 67
Binary 100111 10100000 11110001 1010100 100010 0 101 11001100 1011000 110111

Color Harmonies of #27A0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A0F1

Black with #27A0F1

Text Example


Text Example

White with #27A0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,160,241); }

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

background-color css

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

 a { background-color: rgb(39,160,241); }

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

border-color css

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

 span { border-color: rgb(39,160,241); }

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