Html Css Color HEX #2675FD Dodger Blue

📋 copy color: '#2675FD'

red 38 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #2675FD

Tints of Dodger Blue #2675FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 9.31%
G = 28.68%
B = 62.01%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2675FD (or 0x2675FD) is known color: Dodger Blue. HEX triplet: 26, 75 and FD. RGB value is (38,117,253). Sum of RGB (Red+Green+Blue) = 38+117+253=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #2675FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2675FD is #D98A02. Grayscale: #6C6C6C. Windows color (decimal): -14256643 or 16610598. OLE color: 16610598.

HSL color Cylindrical-coordinate representation of color #2675FD: hue angle of 217.95º degrees, saturation: 0.98, 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 #2675FD is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 117 253 -
CMYK 0.85 0.54 0 0.01
HSL 217.95º 0.98% 0.57% -
HSV(B) 217.95º 0.85% 0.99% -
XYZ 24.89 20.23 95.52 -
YUV 108.88 209.33 77.44 -
System Red Green Blue C M Y K H S L
Decimal 38 117 253 0.85 0.54 0 0.01 217.95 0.98 0.57
Hex 26 75 FD 55 36 0 1 DA 62 39
Octal 46 165 375 125 66 0 1 332 142 71
Binary 100110 1110101 11111101 1010101 110110 0 1 11011010 1100010 111001

Color Harmonies of #2675FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2675FD

Black with #2675FD

Text Example


Text Example

White with #2675FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2675FD; }

 p { color: rgb(38,117,253); }

 H1.HeaderClassName
 {
   color: #2675FD;
 }
 .AnyTagClassName
 {
   color: #2675FD;
 }
</style>

background-color css

<style>
 a { background-color: #2675FD; }

 a { background-color: rgb(38,117,253); }

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

border-color css

<style>
 span { border-color: #2675FD; }

 span { border-color: rgb(38,117,253); }

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