Html Css Color HEX #2685FA Dodger Blue

📋 copy color: '#2685FA'

red 38 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #2685FA

Tints of Dodger Blue #2685FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

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

R = 9.03%
G = 31.59%
B = 59.38%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2685FA (or 0x2685FA) is known color: Dodger Blue. HEX triplet: 26, 85 and FA. RGB value is (38,133,250). Sum of RGB (Red+Green+Blue) = 38+133+250=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #2685FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2685FA is #D97A05. Grayscale: #757575. Windows color (decimal): -14252550 or 16418086. OLE color: 16418086.

HSL color Cylindrical-coordinate representation of color #2685FA: hue angle of 213.11º 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 #2685FA is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 133 250 -
CMYK 0.85 0.47 0 0.02
HSL 213.11º 0.95% 0.56% -
HSV(B) 213.11º 0.85% 0.98% -
XYZ 26.44 24.09 93.7 -
YUV 117.93 202.53 70.99 -
System Red Green Blue C M Y K H S L
Decimal 38 133 250 0.85 0.47 0 0.02 213.11 0.95 0.56
Hex 26 85 FA 55 2F 0 2 D5 5F 38
Octal 46 205 372 125 57 0 2 325 137 70
Binary 100110 10000101 11111010 1010101 101111 0 10 11010101 1011111 111000

Color Harmonies of #2685FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2685FA

Black with #2685FA

Text Example


Text Example

White with #2685FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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