Html Css Color HEX #3089FA Dodger Blue

📋 copy color: '#3089FA'

red 48 ◦ green 137 ◦ blue 250

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

Shades of Dodger Blue #3089FA

Tints of Dodger Blue #3089FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 11.03%
G = 31.49%
B = 57.47%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3089FA (or 0x3089FA) is known color: Dodger Blue. HEX triplet: 30, 89 and FA. RGB value is (48,137,250). Sum of RGB (Red+Green+Blue) = 48+137+250=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #3089FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3089FA is #CF7605. Grayscale: #7A7A7A. Windows color (decimal): -13596166 or 16419120. OLE color: 16419120.

HSL color Cylindrical-coordinate representation of color #3089FA: hue angle of 213.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3089FA is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 137 250 -
CMYK 0.81 0.45 0 0.02
HSL 213.56º 0.95% 0.58% -
HSV(B) 213.56º 0.81% 0.98% -
XYZ 27.42 25.42 93.9 -
YUV 123.27 199.51 74.31 -
System Red Green Blue C M Y K H S L
Decimal 48 137 250 0.81 0.45 0 0.02 213.56 0.95 0.58
Hex 30 89 FA 51 2D 0 2 D6 5F 3A
Octal 60 211 372 121 55 0 2 326 137 72
Binary 110000 10001001 11111010 1010001 101101 0 10 11010110 1011111 111010

Color Harmonies of #3089FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3089FA

Black with #3089FA

Text Example


Text Example

White with #3089FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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