Html Css Color HEX #0E75FF Dodger Blue

📋 copy color: '#0E75FF'

red 14 ◦ green 117 ◦ blue 255

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

Shades of Dodger Blue #0E75FF

Tints of Dodger Blue #0E75FF

RGB

 RED value IS 14 (5.86% from 255) = 3.63%

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 3.63%
G = 30.31%
B = 66.06%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0E75FF (or 0x0E75FF) is known color: Dodger Blue. HEX triplet: 0E, 75 and FF. RGB value is (14,117,255). Sum of RGB (Red+Green+Blue) = 14+117+255=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E75FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E75FF is #F18A00. Grayscale: #656565. Windows color (decimal): -15829505 or 16741646. OLE color: 16741646.

HSL color Cylindrical-coordinate representation of color #0E75FF: hue angle of 214.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E75FF is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 117 255 -
CMYK 0.95 0.54 0 0
HSL 214.36º 1% 0.53% -
HSV(B) 214.36º 0.95% 1% -
XYZ 24.59 20.04 97.18 -
YUV 101.94 214.38 65.28 -
System Red Green Blue C M Y K H S L
Decimal 14 117 255 0.95 0.54 0 0 214.36 1 0.53
Hex E 75 FF 5F 36 0 0 D6 64 35
Octal 16 165 377 137 66 0 0 326 144 65
Binary 1110 1110101 11111111 1011111 110110 0 0 11010110 1100100 110101

Color Harmonies of #0E75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E75FF

Black with #0E75FF

Text Example


Text Example

White with #0E75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E75FF; }

 p { color: rgb(14,117,255); }

 H1.HeaderClassName
 {
   color: #0E75FF;
 }
 .AnyTagClassName
 {
   color: #0E75FF;
 }
</style>

background-color css

<style>
 a { background-color: #0E75FF; }

 a { background-color: rgb(14,117,255); }

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

border-color css

<style>
 span { border-color: #0E75FF; }

 span { border-color: rgb(14,117,255); }

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