Html Css Color HEX #2677FC Dodger Blue

📋 copy color: '#2677FC'

red 38 ◦ green 119 ◦ blue 252

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

Shades of Dodger Blue #2677FC

Tints of Dodger Blue #2677FC

RGB

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

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

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

R = 9.29%
G = 29.1%
B = 61.61%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2677FC (or 0x2677FC) is known color: Dodger Blue. HEX triplet: 26, 77 and FC. RGB value is (38,119,252). Sum of RGB (Red+Green+Blue) = 38+119+252=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #2677FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2677FC is #D98803. Grayscale: #6D6D6D. Windows color (decimal): -14256132 or 16545574. OLE color: 16545574.

HSL color Cylindrical-coordinate representation of color #2677FC: hue angle of 217.29º 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 #2677FC is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 119 252 -
CMYK 0.85 0.53 0 0.01
HSL 217.29º 0.97% 0.57% -
HSV(B) 217.29º 0.85% 0.99% -
XYZ 24.97 20.63 94.76 -
YUV 109.94 208.16 76.69 -
System Red Green Blue C M Y K H S L
Decimal 38 119 252 0.85 0.53 0 0.01 217.29 0.97 0.57
Hex 26 77 FC 55 35 0 1 D9 61 39
Octal 46 167 374 125 65 0 1 331 141 71
Binary 100110 1110111 11111100 1010101 110101 0 1 11011001 1100001 111001

Color Harmonies of #2677FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2677FC

Black with #2677FC

Text Example


Text Example

White with #2677FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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