Html Css Color HEX #2E75FB Dodger Blue

📋 copy color: '#2E75FB'

red 46 ◦ green 117 ◦ blue 251

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

Shades of Dodger Blue #2E75FB

Tints of Dodger Blue #2E75FB

RGB

 RED value IS 46 (18.36% from 255) = 11.11%

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

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 11.11%
G = 28.26%
B = 60.63%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E75FB (or 0x2E75FB) is known color: Dodger Blue. HEX triplet: 2E, 75 and FB. RGB value is (46,117,251). Sum of RGB (Red+Green+Blue) = 46+117+251=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E75FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E75FB is #D18A04. Grayscale: #6E6E6E. Windows color (decimal): -13732357 or 16479534. OLE color: 16479534.

HSL color Cylindrical-coordinate representation of color #2E75FB: hue angle of 219.22º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E75FB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 117 251 -
CMYK 0.82 0.53 0 0.02
HSL 219.22º 0.96% 0.58% -
HSV(B) 219.22º 0.82% 0.98% -
XYZ 24.9 20.27 93.87 -
YUV 111.05 206.98 81.6 -
System Red Green Blue C M Y K H S L
Decimal 46 117 251 0.82 0.53 0 0.02 219.22 0.96 0.58
Hex 2E 75 FB 52 35 0 2 DB 60 3A
Octal 56 165 373 122 65 0 2 333 140 72
Binary 101110 1110101 11111011 1010010 110101 0 10 11011011 1100000 111010

Color Harmonies of #2E75FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E75FB

Black with #2E75FB

Text Example


Text Example

White with #2E75FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E75FB; }

 p { color: rgb(46,117,251); }

 H1.HeaderClassName
 {
   color: #2E75FB;
 }
 .AnyTagClassName
 {
   color: #2E75FB;
 }
</style>

background-color css

<style>
 a { background-color: #2E75FB; }

 a { background-color: rgb(46,117,251); }

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

border-color css

<style>
 span { border-color: #2E75FB; }

 span { border-color: rgb(46,117,251); }

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