Html Css Color HEX #3095EA Dodger Blue

📋 copy color: '#3095EA'

red 48 ◦ green 149 ◦ blue 234

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

Shades of Dodger Blue #3095EA

Tints of Dodger Blue #3095EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

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

R = 11.14%
G = 34.57%
B = 54.29%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3095EA (or 0x3095EA) is known color: Dodger Blue. HEX triplet: 30, 95 and EA. RGB value is (48,149,234). Sum of RGB (Red+Green+Blue) = 48+149+234=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #3095EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3095EA is #CF6A15. Grayscale: #808080. Windows color (decimal): -13593110 or 15373616. OLE color: 15373616.

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

Color convert

RGB 48 149 234 -
CMYK 0.79 0.36 0 0.08
HSL 207.42º 0.82% 0.55% -
HSV(B) 207.42º 0.79% 0.92% -
XYZ 26.82 28.06 81.85 -
YUV 128.49 187.54 70.59 -
System Red Green Blue C M Y K H S L
Decimal 48 149 234 0.79 0.36 0 0.08 207.42 0.82 0.55
Hex 30 95 EA 4F 24 0 8 CF 52 37
Octal 60 225 352 117 44 0 10 317 122 67
Binary 110000 10010101 11101010 1001111 100100 0 1000 11001111 1010010 110111

Color Harmonies of #3095EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3095EA

Black with #3095EA

Text Example


Text Example

White with #3095EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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