Html Css Color HEX #277CF8 Dodger Blue

📋 copy color: '#277CF8'

red 39 ◦ green 124 ◦ blue 248

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

Shades of Dodger Blue #277CF8

Tints of Dodger Blue #277CF8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 248 (97.27% from 255) = 60.34%

R = 9.49%
G = 30.17%
B = 60.34%

CMYK

 C value IS 0.84

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#277CF8 (or 0x277CF8) is known color: Dodger Blue. HEX triplet: 27, 7C and F8. RGB value is (39,124,248). Sum of RGB (Red+Green+Blue) = 39+124+248=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #277CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277CF8 is #D88307. Grayscale: #707070. Windows color (decimal): -14189320 or 16284711. OLE color: 16284711.

HSL color Cylindrical-coordinate representation of color #277CF8: hue angle of 215.6º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277CF8 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 39 124 248 -
CMYK 0.84 0.5 0 0.03
HSL 215.6º 0.94% 0.56% -
HSV(B) 215.6º 0.84% 0.97% -
XYZ 24.99 21.62 91.66 -
YUV 112.72 204.34 75.42 -
System Red Green Blue C M Y K H S L
Decimal 39 124 248 0.84 0.5 0 0.03 215.6 0.94 0.56
Hex 27 7C F8 54 32 0 3 D8 5E 38
Octal 47 174 370 124 62 0 3 330 136 70
Binary 100111 1111100 11111000 1010100 110010 0 11 11011000 1011110 111000

Color Harmonies of #277CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277CF8

Black with #277CF8

Text Example


Text Example

White with #277CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,124,248); }

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

background-color css

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

 a { background-color: rgb(39,124,248); }

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

border-color css

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

 span { border-color: rgb(39,124,248); }

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