Html Css Color HEX #309BEF Dodger Blue

📋 copy color: '#309BEF'

red 48 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #309BEF

Tints of Dodger Blue #309BEF

RGB

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

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

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

R = 10.86%
G = 35.07%
B = 54.07%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#309BEF (or 0x309BEF) is known color: Dodger Blue. HEX triplet: 30, 9B and EF. RGB value is (48,155,239). Sum of RGB (Red+Green+Blue) = 48+155+239=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #309BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BEF is #CF6410. Grayscale: #848484. Windows color (decimal): -13591569 or 15702832. OLE color: 15702832.

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

Color convert

RGB 48 155 239 -
CMYK 0.80 0.35 0 0.06
HSL 206.39º 0.86% 0.56% -
HSV(B) 206.39º 0.8% 0.94% -
XYZ 28.52 30.3 86.01 -
YUV 132.58 188.05 67.67 -
System Red Green Blue C M Y K H S L
Decimal 48 155 239 0.80 0.35 0 0.06 206.39 0.86 0.56
Hex 30 9B EF 50 23 0 6 CE 56 38
Octal 60 233 357 120 43 0 6 316 126 70
Binary 110000 10011011 11101111 1010000 100011 0 110 11001110 1010110 111000

Color Harmonies of #309BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BEF

Black with #309BEF

Text Example


Text Example

White with #309BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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