Html Css Color HEX #308FFA Dodger Blue

📋 copy color: '#308FFA'

red 48 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #308FFA

Tints of Dodger Blue #308FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 10.88%
G = 32.43%
B = 56.69%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#308FFA (or 0x308FFA) is known color: Dodger Blue. HEX triplet: 30, 8F and FA. RGB value is (48,143,250). Sum of RGB (Red+Green+Blue) = 48+143+250=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #308FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308FFA is #CF7005. Grayscale: #7E7E7E. Windows color (decimal): -13594630 or 16420656. OLE color: 16420656.

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

Color convert

RGB 48 143 250 -
CMYK 0.81 0.43 0 0.02
HSL 211.78º 0.95% 0.58% -
HSV(B) 211.78º 0.81% 0.98% -
XYZ 28.3 27.18 94.2 -
YUV 126.79 197.53 71.8 -
System Red Green Blue C M Y K H S L
Decimal 48 143 250 0.81 0.43 0 0.02 211.78 0.95 0.58
Hex 30 8F FA 51 2B 0 2 D4 5F 3A
Octal 60 217 372 121 53 0 2 324 137 72
Binary 110000 10001111 11111010 1010001 101011 0 10 11010100 1011111 111010

Color Harmonies of #308FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FFA

Black with #308FFA

Text Example


Text Example

White with #308FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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