Html Css Color HEX #2E78FA Dodger Blue

📋 copy color: '#2E78FA'

red 46 ◦ green 120 ◦ blue 250

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

Shades of Dodger Blue #2E78FA

Tints of Dodger Blue #2E78FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.85%

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

R = 11.06%
G = 28.85%
B = 60.1%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E78FA (or 0x2E78FA) is known color: Dodger Blue. HEX triplet: 2E, 78 and FA. RGB value is (46,120,250). Sum of RGB (Red+Green+Blue) = 46+120+250=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E78FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E78FA is #D18705. Grayscale: #707070. Windows color (decimal): -13731590 or 16414766. OLE color: 16414766.

HSL color Cylindrical-coordinate representation of color #2E78FA: hue angle of 218.24º degrees, saturation: 0.95, 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 #2E78FA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 120 250 -
CMYK 0.82 0.52 0 0.02
HSL 218.24º 0.95% 0.58% -
HSV(B) 218.24º 0.82% 0.98% -
XYZ 25.1 20.92 93.16 -
YUV 112.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 46 120 250 0.82 0.52 0 0.02 218.24 0.95 0.58
Hex 2E 78 FA 52 34 0 2 DA 5F 3A
Octal 56 170 372 122 64 0 2 332 137 72
Binary 101110 1111000 11111010 1010010 110100 0 10 11011010 1011111 111010

Color Harmonies of #2E78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E78FA

Black with #2E78FA

Text Example


Text Example

White with #2E78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,120,250); }

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

background-color css

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

 a { background-color: rgb(46,120,250); }

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

border-color css

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

 span { border-color: rgb(46,120,250); }

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