Html Css Color HEX #277FFA Dodger Blue

📋 copy color: '#277FFA'

red 39 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #277FFA

Tints of Dodger Blue #277FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 9.38%
G = 30.53%
B = 60.1%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#277FFA (or 0x277FFA) is known color: Dodger Blue. HEX triplet: 27, 7F and FA. RGB value is (39,127,250). Sum of RGB (Red+Green+Blue) = 39+127+250=416 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.38% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #277FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #277FFA is #D88005. Grayscale: #727272. Windows color (decimal): -14188550 or 16416551. OLE color: 16416551.

HSL color Cylindrical-coordinate representation of color #277FFA: hue angle of 214.98º degrees, saturation: 0.95, 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 #277FFA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 127 250 -
CMYK 0.84 0.49 0 0.02
HSL 214.98º 0.95% 0.57% -
HSV(B) 214.98º 0.84% 0.98% -
XYZ 25.68 22.51 93.43 -
YUV 114.71 204.35 74 -
System Red Green Blue C M Y K H S L
Decimal 39 127 250 0.84 0.49 0 0.02 214.98 0.95 0.57
Hex 27 7F FA 54 31 0 2 D7 5F 39
Octal 47 177 372 124 61 0 2 327 137 71
Binary 100111 1111111 11111010 1010100 110001 0 10 11010111 1011111 111001

Color Harmonies of #277FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277FFA

Black with #277FFA

Text Example


Text Example

White with #277FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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