Html Css Color HEX #309BFE Dodger Blue

📋 copy color: '#309BFE'

red 48 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #309BFE

Tints of Dodger Blue #309BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.92%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 10.5%
G = 33.92%
B = 55.58%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#309BFE (or 0x309BFE) is known color: Dodger Blue. HEX triplet: 30, 9B and FE. RGB value is (48,155,254). Sum of RGB (Red+Green+Blue) = 48+155+254=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #309BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BFE is #CF6401. Grayscale: #858585. Windows color (decimal): -13591554 or 16685872. OLE color: 16685872.

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

Color convert

RGB 48 155 254 -
CMYK 0.81 0.39 0 0.00
HSL 208.83º 0.99% 0.59% -
HSV(B) 208.83º 0.81% 1% -
XYZ 30.83 31.23 98.17 -
YUV 134.29 195.55 66.45 -
System Red Green Blue C M Y K H S L
Decimal 48 155 254 0.81 0.39 0 0.00 208.83 0.99 0.59
Hex 30 9B FE 51 27 0 0 D1 63 3B
Octal 60 233 376 121 47 0 0 321 143 73
Binary 110000 10011011 11111110 1010001 100111 0 0 11010001 1100011 111011

Color Harmonies of #309BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BFE

Black with #309BFE

Text Example


Text Example

White with #309BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,155,254); }

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

background-color css

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

 a { background-color: rgb(48,155,254); }

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

border-color css

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

 span { border-color: rgb(48,155,254); }

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