Html Css Color HEX #308FEF Dodger Blue

📋 copy color: '#308FEF'

red 48 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #308FEF

Tints of Dodger Blue #308FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

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

R = 11.16%
G = 33.26%
B = 55.58%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#308FEF (or 0x308FEF) is known color: Dodger Blue. HEX triplet: 30, 8F and EF. RGB value is (48,143,239). Sum of RGB (Red+Green+Blue) = 48+143+239=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #308FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308FEF is #CF7010. Grayscale: #7D7D7D. Windows color (decimal): -13594641 or 15699760. OLE color: 15699760.

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

Color convert

RGB 48 143 239 -
CMYK 0.80 0.40 0 0.06
HSL 210.16º 0.86% 0.56% -
HSV(B) 210.16º 0.8% 0.94% -
XYZ 26.62 26.51 85.37 -
YUV 125.54 192.03 72.69 -
System Red Green Blue C M Y K H S L
Decimal 48 143 239 0.80 0.40 0 0.06 210.16 0.86 0.56
Hex 30 8F EF 50 28 0 6 D2 56 38
Octal 60 217 357 120 50 0 6 322 126 70
Binary 110000 10001111 11101111 1010000 101000 0 110 11010010 1010110 111000

Color Harmonies of #308FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FEF

Black with #308FEF

Text Example


Text Example

White with #308FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308FEF; }

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

 H1.HeaderClassName
 {
   color: #308FEF;
 }
 .AnyTagClassName
 {
   color: #308FEF;
 }
</style>

background-color css

<style>
 a { background-color: #308FEF; }

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

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

border-color css

<style>
 span { border-color: #308FEF; }

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

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