Html Css Color HEX #277DFC Dodger Blue

📋 copy color: '#277DFC'

red 39 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #277DFC

Tints of Dodger Blue #277DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 9.38%
G = 30.05%
B = 60.58%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#277DFC (or 0x277DFC) is known color: Dodger Blue. HEX triplet: 27, 7D and FC. RGB value is (39,125,252). Sum of RGB (Red+Green+Blue) = 39+125+252=416 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.38% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #277DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277DFC is #D88203. Grayscale: #717171. Windows color (decimal): -14189060 or 16547111. OLE color: 16547111.

HSL color Cylindrical-coordinate representation of color #277DFC: hue angle of 215.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #277DFC is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 125 252 -
CMYK 0.85 0.50 0 0.01
HSL 215.77º 0.97% 0.57% -
HSV(B) 215.77º 0.85% 0.99% -
XYZ 25.74 22.13 95.01 -
YUV 113.76 206.01 74.67 -
System Red Green Blue C M Y K H S L
Decimal 39 125 252 0.85 0.50 0 0.01 215.77 0.97 0.57
Hex 27 7D FC 55 32 0 1 D8 61 39
Octal 47 175 374 125 62 0 1 330 141 71
Binary 100111 1111101 11111100 1010101 110010 0 1 11011000 1100001 111001

Color Harmonies of #277DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277DFC

Black with #277DFC

Text Example


Text Example

White with #277DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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