Html Css Color HEX #3098EF Dodger Blue

📋 copy color: '#3098EF'

red 48 ◦ green 152 ◦ blue 239

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

Shades of Dodger Blue #3098EF

Tints of Dodger Blue #3098EF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 10.93%
G = 34.62%
B = 54.44%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3098EF (or 0x3098EF) is known color: Dodger Blue. HEX triplet: 30, 98 and EF. RGB value is (48,152,239). Sum of RGB (Red+Green+Blue) = 48+152+239=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #3098EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3098EF is #CF6710. Grayscale: #828282. Windows color (decimal): -13592337 or 15702064. OLE color: 15702064.

HSL color Cylindrical-coordinate representation of color #3098EF: hue angle of 207.33º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3098EF is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 152 239 -
CMYK 0.80 0.36 0 0.06
HSL 207.33º 0.86% 0.56% -
HSV(B) 207.33º 0.8% 0.94% -
XYZ 28.03 29.32 85.84 -
YUV 130.82 189.04 68.93 -
System Red Green Blue C M Y K H S L
Decimal 48 152 239 0.80 0.36 0 0.06 207.33 0.86 0.56
Hex 30 98 EF 50 24 0 6 CF 56 38
Octal 60 230 357 120 44 0 6 317 126 70
Binary 110000 10011000 11101111 1010000 100100 0 110 11001111 1010110 111000

Color Harmonies of #3098EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3098EF

Black with #3098EF

Text Example


Text Example

White with #3098EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3098EF; }

 p { color: rgb(48,152,239); }

 H1.HeaderClassName
 {
   color: #3098EF;
 }
 .AnyTagClassName
 {
   color: #3098EF;
 }
</style>

background-color css

<style>
 a { background-color: #3098EF; }

 a { background-color: rgb(48,152,239); }

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

border-color css

<style>
 span { border-color: #3098EF; }

 span { border-color: rgb(48,152,239); }

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