Html Css Color HEX #277FF2 Dodger Blue

📋 copy color: '#277FF2'

red 39 ◦ green 127 ◦ blue 242

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

Shades of Dodger Blue #277FF2

Tints of Dodger Blue #277FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 242 (94.92% from 255) = 59.31%

R = 9.56%
G = 31.13%
B = 59.31%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#277FF2 (or 0x277FF2) is known color: Dodger Blue. HEX triplet: 27, 7F and F2. RGB value is (39,127,242). Sum of RGB (Red+Green+Blue) = 39+127+242=408 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.56% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #277FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FF2 is #D8800D. Grayscale: #717171. Windows color (decimal): -14188558 or 15892263. OLE color: 15892263.

HSL color Cylindrical-coordinate representation of color #277FF2: hue angle of 213.99º degrees, saturation: 0.89, 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 #277FF2 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 127 242 -
CMYK 0.84 0.48 0 0.05
HSL 213.99º 0.89% 0.55% -
HSV(B) 213.99º 0.84% 0.95% -
XYZ 24.45 22.02 86.97 -
YUV 113.8 200.35 74.65 -
System Red Green Blue C M Y K H S L
Decimal 39 127 242 0.84 0.48 0 0.05 213.99 0.89 0.55
Hex 27 7F F2 54 30 0 5 D6 59 37
Octal 47 177 362 124 60 0 5 326 131 67
Binary 100111 1111111 11110010 1010100 110000 0 101 11010110 1011001 110111

Color Harmonies of #277FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FF2

Black with #277FF2

Text Example


Text Example

White with #277FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277FF2; }

 p { color: rgb(39,127,242); }

 H1.HeaderClassName
 {
   color: #277FF2;
 }
 .AnyTagClassName
 {
   color: #277FF2;
 }
</style>

background-color css

<style>
 a { background-color: #277FF2; }

 a { background-color: rgb(39,127,242); }

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

border-color css

<style>
 span { border-color: #277FF2; }

 span { border-color: rgb(39,127,242); }

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