Html Css Color HEX #309AFF Dodger Blue

📋 copy color: '#309AFF'

red 48 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #309AFF

Tints of Dodger Blue #309AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 10.5%
G = 33.7%
B = 55.8%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#309AFF (or 0x309AFF) is known color: Dodger Blue. HEX triplet: 30, 9A and FF. RGB value is (48,154,255). Sum of RGB (Red+Green+Blue) = 48+154+255=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #309AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309AFF is #CF6500. Grayscale: #858585. Windows color (decimal): -13591809 or 16751152. OLE color: 16751152.

HSL color Cylindrical-coordinate representation of color #309AFF: hue angle of 209.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309AFF is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 154 255 -
CMYK 0.81 0.40 0 0
HSL 209.28º 1% 0.59% -
HSV(B) 209.28º 0.81% 1% -
XYZ 30.82 30.96 98.96 -
YUV 133.82 196.38 66.79 -
System Red Green Blue C M Y K H S L
Decimal 48 154 255 0.81 0.40 0 0 209.28 1 0.59
Hex 30 9A FF 51 28 0 0 D1 64 3B
Octal 60 232 377 121 50 0 0 321 144 73
Binary 110000 10011010 11111111 1010001 101000 0 0 11010001 1100100 111011

Color Harmonies of #309AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AFF

Black with #309AFF

Text Example


Text Example

White with #309AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309AFF; }

 p { color: rgb(48,154,255); }

 H1.HeaderClassName
 {
   color: #309AFF;
 }
 .AnyTagClassName
 {
   color: #309AFF;
 }
</style>

background-color css

<style>
 a { background-color: #309AFF; }

 a { background-color: rgb(48,154,255); }

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

border-color css

<style>
 span { border-color: #309AFF; }

 span { border-color: rgb(48,154,255); }

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