Html Css Color HEX #3099EF Dodger Blue

📋 copy color: '#3099EF'

red 48 ◦ green 153 ◦ blue 239

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

Shades of Dodger Blue #3099EF

Tints of Dodger Blue #3099EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

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

R = 10.91%
G = 34.77%
B = 54.32%

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

#3099EF (or 0x3099EF) is known color: Dodger Blue. HEX triplet: 30, 99 and EF. RGB value is (48,153,239). Sum of RGB (Red+Green+Blue) = 48+153+239=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #3099EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3099EF is #CF6610. Grayscale: #828282. Windows color (decimal): -13592081 or 15702320. OLE color: 15702320.

HSL color Cylindrical-coordinate representation of color #3099EF: hue angle of 207.02º 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 #3099EF is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 153 239 -
CMYK 0.80 0.36 0 0.06
HSL 207.02º 0.86% 0.56% -
HSV(B) 207.02º 0.8% 0.94% -
XYZ 28.19 29.64 85.9 -
YUV 131.41 188.71 68.51 -
System Red Green Blue C M Y K H S L
Decimal 48 153 239 0.80 0.36 0 0.06 207.02 0.86 0.56
Hex 30 99 EF 50 24 0 6 CF 56 38
Octal 60 231 357 120 44 0 6 317 126 70
Binary 110000 10011001 11101111 1010000 100100 0 110 11001111 1010110 111000

Color Harmonies of #3099EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3099EF

Black with #3099EF

Text Example


Text Example

White with #3099EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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