Html Css Color HEX #3089DF Dodger Blue

📋 copy color: '#3089DF'

red 48 ◦ green 137 ◦ blue 223

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

Shades of Dodger Blue #3089DF

Tints of Dodger Blue #3089DF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 11.76%
G = 33.58%
B = 54.66%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3089DF (or 0x3089DF) is known color: Dodger Blue. HEX triplet: 30, 89 and DF. RGB value is (48,137,223). Sum of RGB (Red+Green+Blue) = 48+137+223=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #3089DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089DF is #CF7620. Grayscale: #777777. Windows color (decimal): -13596193 or 14649648. OLE color: 14649648.

HSL color Cylindrical-coordinate representation of color #3089DF: hue angle of 209.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3089DF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 137 223 -
CMYK 0.78 0.39 0 0.13
HSL 209.49º 0.73% 0.53% -
HSV(B) 209.49º 0.78% 0.87% -
XYZ 23.48 23.85 73.18 -
YUV 120.19 186.01 76.51 -
System Red Green Blue C M Y K H S L
Decimal 48 137 223 0.78 0.39 0 0.13 209.49 0.73 0.53
Hex 30 89 DF 4E 27 0 D D1 49 35
Octal 60 211 337 116 47 0 15 321 111 65
Binary 110000 10001001 11011111 1001110 100111 0 1101 11010001 1001001 110101

Color Harmonies of #3089DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089DF

Black with #3089DF

Text Example


Text Example

White with #3089DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3089DF; }

 p { color: rgb(48,137,223); }

 H1.HeaderClassName
 {
   color: #3089DF;
 }
 .AnyTagClassName
 {
   color: #3089DF;
 }
</style>

background-color css

<style>
 a { background-color: #3089DF; }

 a { background-color: rgb(48,137,223); }

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

border-color css

<style>
 span { border-color: #3089DF; }

 span { border-color: rgb(48,137,223); }

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