Html Css Color HEX #3090EA Dodger Blue

📋 copy color: '#3090EA'

red 48 ◦ green 144 ◦ blue 234

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

Shades of Dodger Blue #3090EA

Tints of Dodger Blue #3090EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

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

R = 11.27%
G = 33.8%
B = 54.93%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3090EA (or 0x3090EA) is known color: Dodger Blue. HEX triplet: 30, 90 and EA. RGB value is (48,144,234). Sum of RGB (Red+Green+Blue) = 48+144+234=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #3090EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3090EA is #CF6F15. Grayscale: #7D7D7D. Windows color (decimal): -13594390 or 15372336. OLE color: 15372336.

HSL color Cylindrical-coordinate representation of color #3090EA: hue angle of 209.03º 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 #3090EA is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 144 234 -
CMYK 0.79 0.38 0 0.08
HSL 209.03º 0.82% 0.55% -
HSV(B) 209.03º 0.79% 0.92% -
XYZ 26.04 26.52 81.59 -
YUV 125.56 189.2 72.68 -
System Red Green Blue C M Y K H S L
Decimal 48 144 234 0.79 0.38 0 0.08 209.03 0.82 0.55
Hex 30 90 EA 4F 26 0 8 D1 52 37
Octal 60 220 352 117 46 0 10 321 122 67
Binary 110000 10010000 11101010 1001111 100110 0 1000 11010001 1010010 110111

Color Harmonies of #3090EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3090EA

Black with #3090EA

Text Example


Text Example

White with #3090EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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