Html Css Color HEX #308BFA Dodger Blue

📋 copy color: '#308BFA'

red 48 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #308BFA

Tints of Dodger Blue #308BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.81%

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

R = 10.98%
G = 31.81%
B = 57.21%

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

#308BFA (or 0x308BFA) is known color: Dodger Blue. HEX triplet: 30, 8B and FA. RGB value is (48,139,250). Sum of RGB (Red+Green+Blue) = 48+139+250=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #308BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BFA is #CF7405. Grayscale: #7B7B7B. Windows color (decimal): -13595654 or 16419632. OLE color: 16419632.

HSL color Cylindrical-coordinate representation of color #308BFA: hue angle of 212.97º 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 #308BFA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 139 250 -
CMYK 0.81 0.44 0 0.02
HSL 212.97º 0.95% 0.58% -
HSV(B) 212.97º 0.81% 0.98% -
XYZ 27.71 26 94 -
YUV 124.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 48 139 250 0.81 0.44 0 0.02 212.97 0.95 0.58
Hex 30 8B FA 51 2C 0 2 D5 5F 3A
Octal 60 213 372 121 54 0 2 325 137 72
Binary 110000 10001011 11111010 1010001 101100 0 10 11010101 1011111 111010

Color Harmonies of #308BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BFA

Black with #308BFA

Text Example


Text Example

White with #308BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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