Html Css Color HEX #308CFB Dodger Blue

📋 copy color: '#308CFB'

red 48 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #308CFB

Tints of Dodger Blue #308CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.18%

R = 10.93%
G = 31.89%
B = 57.18%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#308CFB (or 0x308CFB) is known color: Dodger Blue. HEX triplet: 30, 8C and FB. RGB value is (48,140,251). Sum of RGB (Red+Green+Blue) = 48+140+251=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #308CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CFB is #CF7304. Grayscale: #7C7C7C. Windows color (decimal): -13595397 or 16485424. OLE color: 16485424.

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

Color convert

RGB 48 140 251 -
CMYK 0.81 0.44 0 0.02
HSL 212.81º 0.96% 0.59% -
HSV(B) 212.81º 0.81% 0.98% -
XYZ 28.01 26.35 94.88 -
YUV 125.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 48 140 251 0.81 0.44 0 0.02 212.81 0.96 0.59
Hex 30 8C FB 51 2C 0 2 D5 60 3B
Octal 60 214 373 121 54 0 2 325 140 73
Binary 110000 10001100 11111011 1010001 101100 0 10 11010101 1100000 111011

Color Harmonies of #308CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CFB

Black with #308CFB

Text Example


Text Example

White with #308CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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