Html Css Color HEX #2677FB Dodger Blue

📋 copy color: '#2677FB'

red 38 ◦ green 119 ◦ blue 251

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

Shades of Dodger Blue #2677FB

Tints of Dodger Blue #2677FB

RGB

 RED value IS 38 (15.23% from 255) = 9.31%

 GREEN value IS 119 (46.88% from 255) = 29.17%

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

R = 9.31%
G = 29.17%
B = 61.52%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2677FB (or 0x2677FB) is known color: Dodger Blue. HEX triplet: 26, 77 and FB. RGB value is (38,119,251). Sum of RGB (Red+Green+Blue) = 38+119+251=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #2677FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2677FB is #D98804. Grayscale: #6D6D6D. Windows color (decimal): -14256133 or 16480038. OLE color: 16480038.

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

Color convert

RGB 38 119 251 -
CMYK 0.85 0.53 0 0.02
HSL 217.18º 0.96% 0.57% -
HSV(B) 217.18º 0.85% 0.98% -
XYZ 24.81 20.57 93.93 -
YUV 109.83 207.66 76.77 -
System Red Green Blue C M Y K H S L
Decimal 38 119 251 0.85 0.53 0 0.02 217.18 0.96 0.57
Hex 26 77 FB 55 35 0 2 D9 60 39
Octal 46 167 373 125 65 0 2 331 140 71
Binary 100110 1110111 11111011 1010101 110101 0 10 11011001 1100000 111001

Color Harmonies of #2677FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2677FB

Black with #2677FB

Text Example


Text Example

White with #2677FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2677FB; }

 p { color: rgb(38,119,251); }

 H1.HeaderClassName
 {
   color: #2677FB;
 }
 .AnyTagClassName
 {
   color: #2677FB;
 }
</style>

background-color css

<style>
 a { background-color: #2677FB; }

 a { background-color: rgb(38,119,251); }

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

border-color css

<style>
 span { border-color: #2677FB; }

 span { border-color: rgb(38,119,251); }

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