Html Css Color HEX #308CEF Dodger Blue

📋 copy color: '#308CEF'

red 48 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #308CEF

Tints of Dodger Blue #308CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 11.24%
G = 32.79%
B = 55.97%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#308CEF (or 0x308CEF) is known color: Dodger Blue. HEX triplet: 30, 8C and EF. RGB value is (48,140,239). Sum of RGB (Red+Green+Blue) = 48+140+239=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #308CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CEF is #CF7310. Grayscale: #7B7B7B. Windows color (decimal): -13595409 or 15698992. OLE color: 15698992.

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

Color convert

RGB 48 140 239 -
CMYK 0.80 0.41 0 0.06
HSL 211.1º 0.86% 0.56% -
HSV(B) 211.1º 0.8% 0.94% -
XYZ 26.18 25.62 85.23 -
YUV 123.78 193.02 73.95 -
System Red Green Blue C M Y K H S L
Decimal 48 140 239 0.80 0.41 0 0.06 211.1 0.86 0.56
Hex 30 8C EF 50 29 0 6 D3 56 38
Octal 60 214 357 120 51 0 6 323 126 70
Binary 110000 10001100 11101111 1010000 101001 0 110 11010011 1010110 111000

Color Harmonies of #308CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CEF

Black with #308CEF

Text Example


Text Example

White with #308CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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