Html Css Color HEX #0391EB Dodger Blue

📋 copy color: '#0391EB'

red 3 ◦ green 145 ◦ blue 235

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

Shades of Dodger Blue #0391EB

Tints of Dodger Blue #0391EB

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

 GREEN value IS 145 (57.03% from 255) = 37.86%

 BLUE value IS 235 (92.19% from 255) = 61.36%

R = 0.78%
G = 37.86%
B = 61.36%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0391EB (or 0x0391EB) is known color: Dodger Blue. HEX triplet: 03, 91 and EB. RGB value is (3,145,235). Sum of RGB (Red+Green+Blue) = 3+145+235=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #0391EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0391EB is #FC6E14. Grayscale: #707070. Windows color (decimal): -16543253 or 15438083. OLE color: 15438083.

HSL color Cylindrical-coordinate representation of color #0391EB: hue angle of 203.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0391EB is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 145 235 -
CMYK 0.99 0.38 0 0.08
HSL 203.28º 0.97% 0.47% -
HSV(B) 203.28º 0.99% 0.92% -
XYZ 25.16 26.27 82.34 -
YUV 112.8 196.96 49.68 -
System Red Green Blue C M Y K H S L
Decimal 3 145 235 0.99 0.38 0 0.08 203.28 0.97 0.47
Hex 3 91 EB 63 26 0 8 CB 61 2F
Octal 3 221 353 143 46 0 10 313 141 57
Binary 11 10010001 11101011 1100011 100110 0 1000 11001011 1100001 101111

Color Harmonies of #0391EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0391EB

Black with #0391EB

Text Example


Text Example

White with #0391EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0391EB; }

 p { color: rgb(3,145,235); }

 H1.HeaderClassName
 {
   color: #0391EB;
 }
 .AnyTagClassName
 {
   color: #0391EB;
 }
</style>

background-color css

<style>
 a { background-color: #0391EB; }

 a { background-color: rgb(3,145,235); }

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

border-color css

<style>
 span { border-color: #0391EB; }

 span { border-color: rgb(3,145,235); }

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