Html Css Color HEX #308FEE Dodger Blue

📋 copy color: '#308FEE'

red 48 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #308FEE

Tints of Dodger Blue #308FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 11.19%
G = 33.33%
B = 55.48%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#308FEE (or 0x308FEE) is known color: Dodger Blue. HEX triplet: 30, 8F and EE. RGB value is (48,143,238). Sum of RGB (Red+Green+Blue) = 48+143+238=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #308FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308FEE is #CF7011. Grayscale: #7C7C7C. Windows color (decimal): -13594642 or 15634224. OLE color: 15634224.

HSL color Cylindrical-coordinate representation of color #308FEE: hue angle of 210º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308FEE is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 143 238 -
CMYK 0.80 0.40 0 0.07
HSL 210º 0.85% 0.56% -
HSV(B) 210º 0.8% 0.93% -
XYZ 26.47 26.45 84.6 -
YUV 125.43 191.53 72.78 -
System Red Green Blue C M Y K H S L
Decimal 48 143 238 0.80 0.40 0 0.07 210 0.85 0.56
Hex 30 8F EE 50 28 0 7 D2 55 38
Octal 60 217 356 120 50 0 7 322 125 70
Binary 110000 10001111 11101110 1010000 101000 0 111 11010010 1010101 111000

Color Harmonies of #308FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FEE

Black with #308FEE

Text Example


Text Example

White with #308FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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