Html Css Color HEX #2682F1 Dodger Blue

📋 copy color: '#2682F1'

red 38 ◦ green 130 ◦ blue 241

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

Shades of Dodger Blue #2682F1

Tints of Dodger Blue #2682F1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 241 (94.53% from 255) = 58.92%

R = 9.29%
G = 31.78%
B = 58.92%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2682F1 (or 0x2682F1) is known color: Dodger Blue. HEX triplet: 26, 82 and F1. RGB value is (38,130,241). Sum of RGB (Red+Green+Blue) = 38+130+241=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #2682F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2682F1 is #D97D0E. Grayscale: #727272. Windows color (decimal): -14253327 or 15827494. OLE color: 15827494.

HSL color Cylindrical-coordinate representation of color #2682F1: hue angle of 212.81º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2682F1 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 130 241 -
CMYK 0.84 0.46 0 0.05
HSL 212.81º 0.88% 0.55% -
HSV(B) 212.81º 0.84% 0.95% -
XYZ 24.66 22.73 86.31 -
YUV 115.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 38 130 241 0.84 0.46 0 0.05 212.81 0.88 0.55
Hex 26 82 F1 54 2E 0 5 D5 58 37
Octal 46 202 361 124 56 0 5 325 130 67
Binary 100110 10000010 11110001 1010100 101110 0 101 11010101 1011000 110111

Color Harmonies of #2682F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2682F1

Black with #2682F1

Text Example


Text Example

White with #2682F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2682F1; }

 p { color: rgb(38,130,241); }

 H1.HeaderClassName
 {
   color: #2682F1;
 }
 .AnyTagClassName
 {
   color: #2682F1;
 }
</style>

background-color css

<style>
 a { background-color: #2682F1; }

 a { background-color: rgb(38,130,241); }

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

border-color css

<style>
 span { border-color: #2682F1; }

 span { border-color: rgb(38,130,241); }

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