Html Css Color HEX #308CFF Dodger Blue

📋 copy color: '#308CFF'

red 48 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #308CFF

Tints of Dodger Blue #308CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 10.84%
G = 31.6%
B = 57.56%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#308CFF (or 0x308CFF) is known color: Dodger Blue. HEX triplet: 30, 8C and FF. RGB value is (48,140,255). Sum of RGB (Red+Green+Blue) = 48+140+255=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #308CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CFF is #CF7300. Grayscale: #7D7D7D. Windows color (decimal): -13595393 or 16747568. OLE color: 16747568.

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

Color convert

RGB 48 140 255 -
CMYK 0.81 0.45 0 0
HSL 213.33º 1% 0.59% -
HSV(B) 213.33º 0.81% 1% -
XYZ 28.65 26.6 98.23 -
YUV 125.6 201.02 72.65 -
System Red Green Blue C M Y K H S L
Decimal 48 140 255 0.81 0.45 0 0 213.33 1 0.59
Hex 30 8C FF 51 2D 0 0 D5 64 3B
Octal 60 214 377 121 55 0 0 325 144 73
Binary 110000 10001100 11111111 1010001 101101 0 0 11010101 1100100 111011

Color Harmonies of #308CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CFF

Black with #308CFF

Text Example


Text Example

White with #308CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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