Html Css Color HEX #27A5F1 Dodger Blue

📋 copy color: '#27A5F1'

red 39 ◦ green 165 ◦ blue 241

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

Shades of Dodger Blue #27A5F1

Tints of Dodger Blue #27A5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

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

R = 8.76%
G = 37.08%
B = 54.16%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#27A5F1 (or 0x27A5F1) is known color: Dodger Blue. HEX triplet: 27, A5 and F1. RGB value is (39,165,241). Sum of RGB (Red+Green+Blue) = 39+165+241=445 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.76% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #27A5F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #27A5F1 is #D85A0E. Grayscale: #878787. Windows color (decimal): -14178831 or 15836455. OLE color: 15836455.

HSL color Cylindrical-coordinate representation of color #27A5F1: hue angle of 202.57º 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 #27A5F1 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 165 241 -
CMYK 0.84 0.32 0 0.05
HSL 202.57º 0.88% 0.55% -
HSV(B) 202.57º 0.84% 0.95% -
XYZ 30.17 33.69 88.13 -
YUV 135.99 187.26 58.82 -
System Red Green Blue C M Y K H S L
Decimal 39 165 241 0.84 0.32 0 0.05 202.57 0.88 0.55
Hex 27 A5 F1 54 20 0 5 CB 58 37
Octal 47 245 361 124 40 0 5 313 130 67
Binary 100111 10100101 11110001 1010100 100000 0 101 11001011 1011000 110111

Color Harmonies of #27A5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A5F1

Black with #27A5F1

Text Example


Text Example

White with #27A5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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