Html Css Color HEX #2687FA Dodger Blue

📋 copy color: '#2687FA'

red 38 ◦ green 135 ◦ blue 250

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

Shades of Dodger Blue #2687FA

Tints of Dodger Blue #2687FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

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

R = 8.98%
G = 31.91%
B = 59.1%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2687FA (or 0x2687FA) is known color: Dodger Blue. HEX triplet: 26, 87 and FA. RGB value is (38,135,250). Sum of RGB (Red+Green+Blue) = 38+135+250=423 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.98% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #2687FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2687FA is #D97805. Grayscale: #767676. Windows color (decimal): -14252038 or 16418598. OLE color: 16418598.

HSL color Cylindrical-coordinate representation of color #2687FA: hue angle of 212.55º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2687FA is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 135 250 -
CMYK 0.85 0.46 0 0.02
HSL 212.55º 0.95% 0.56% -
HSV(B) 212.55º 0.85% 0.98% -
XYZ 26.72 24.64 93.79 -
YUV 119.11 201.86 70.15 -
System Red Green Blue C M Y K H S L
Decimal 38 135 250 0.85 0.46 0 0.02 212.55 0.95 0.56
Hex 26 87 FA 55 2E 0 2 D5 5F 38
Octal 46 207 372 125 56 0 2 325 137 70
Binary 100110 10000111 11111010 1010101 101110 0 10 11010101 1011111 111000

Color Harmonies of #2687FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2687FA

Black with #2687FA

Text Example


Text Example

White with #2687FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2687FA; }

 p { color: rgb(38,135,250); }

 H1.HeaderClassName
 {
   color: #2687FA;
 }
 .AnyTagClassName
 {
   color: #2687FA;
 }
</style>

background-color css

<style>
 a { background-color: #2687FA; }

 a { background-color: rgb(38,135,250); }

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

border-color css

<style>
 span { border-color: #2687FA; }

 span { border-color: rgb(38,135,250); }

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