Html Css Color HEX #277DFB Dodger Blue

📋 copy color: '#277DFB'

red 39 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #277DFB

Tints of Dodger Blue #277DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 251 (98.44% from 255) = 60.48%

R = 9.4%
G = 30.12%
B = 60.48%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#277DFB (or 0x277DFB) is known color: Dodger Blue. HEX triplet: 27, 7D and FB. RGB value is (39,125,251). Sum of RGB (Red+Green+Blue) = 39+125+251=415 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.40% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #277DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DFB is #D88204. Grayscale: #717171. Windows color (decimal): -14189061 or 16481575. OLE color: 16481575.

HSL color Cylindrical-coordinate representation of color #277DFB: hue angle of 215.66º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277DFB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 125 251 -
CMYK 0.84 0.50 0 0.02
HSL 215.66º 0.96% 0.57% -
HSV(B) 215.66º 0.84% 0.98% -
XYZ 25.58 22.06 94.18 -
YUV 113.65 205.51 74.75 -
System Red Green Blue C M Y K H S L
Decimal 39 125 251 0.84 0.50 0 0.02 215.66 0.96 0.57
Hex 27 7D FB 54 32 0 2 D8 60 39
Octal 47 175 373 124 62 0 2 330 140 71
Binary 100111 1111101 11111011 1010100 110010 0 10 11011000 1100000 111001

Color Harmonies of #277DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DFB

Black with #277DFB

Text Example


Text Example

White with #277DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,125,251); }

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

background-color css

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

 a { background-color: rgb(39,125,251); }

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

border-color css

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

 span { border-color: rgb(39,125,251); }

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