Html Css Color HEX #3086EA Dodger Blue

📋 copy color: '#3086EA'

red 48 ◦ green 134 ◦ blue 234

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

Shades of Dodger Blue #3086EA

Tints of Dodger Blue #3086EA

RGB

 RED value IS 48 (19.14% from 255) = 11.54%

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 234 (91.8% from 255) = 56.25%

R = 11.54%
G = 32.21%
B = 56.25%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3086EA (or 0x3086EA) is known color: Dodger Blue. HEX triplet: 30, 86 and EA. RGB value is (48,134,234). Sum of RGB (Red+Green+Blue) = 48+134+234=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #3086EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3086EA is #CF7915. Grayscale: #777777. Windows color (decimal): -13596950 or 15369776. OLE color: 15369776.

HSL color Cylindrical-coordinate representation of color #3086EA: hue angle of 212.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3086EA is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 134 234 -
CMYK 0.79 0.43 0 0.08
HSL 212.26º 0.82% 0.55% -
HSV(B) 212.26º 0.79% 0.92% -
XYZ 24.6 23.62 81.1 -
YUV 119.69 192.51 76.87 -
System Red Green Blue C M Y K H S L
Decimal 48 134 234 0.79 0.43 0 0.08 212.26 0.82 0.55
Hex 30 86 EA 4F 2B 0 8 D4 52 37
Octal 60 206 352 117 53 0 10 324 122 67
Binary 110000 10000110 11101010 1001111 101011 0 1000 11010100 1010010 110111

Color Harmonies of #3086EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3086EA

Black with #3086EA

Text Example


Text Example

White with #3086EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3086EA; }

 p { color: rgb(48,134,234); }

 H1.HeaderClassName
 {
   color: #3086EA;
 }
 .AnyTagClassName
 {
   color: #3086EA;
 }
</style>

background-color css

<style>
 a { background-color: #3086EA; }

 a { background-color: rgb(48,134,234); }

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

border-color css

<style>
 span { border-color: #3086EA; }

 span { border-color: rgb(48,134,234); }

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