Html Css Color HEX #308AFB Dodger Blue

📋 copy color: '#308AFB'

red 48 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #308AFB

Tints of Dodger Blue #308AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 10.98%
G = 31.58%
B = 57.44%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#308AFB (or 0x308AFB) is known color: Dodger Blue. HEX triplet: 30, 8A and FB. RGB value is (48,138,251). Sum of RGB (Red+Green+Blue) = 48+138+251=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #308AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308AFB is #CF7504. Grayscale: #7B7B7B. Windows color (decimal): -13595909 or 16484912. OLE color: 16484912.

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

Color convert

RGB 48 138 251 -
CMYK 0.81 0.45 0 0.02
HSL 213.4º 0.96% 0.59% -
HSV(B) 213.4º 0.81% 0.98% -
XYZ 27.72 25.77 94.78 -
YUV 123.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 48 138 251 0.81 0.45 0 0.02 213.4 0.96 0.59
Hex 30 8A FB 51 2D 0 2 D5 60 3B
Octal 60 212 373 121 55 0 2 325 140 73
Binary 110000 10001010 11111011 1010001 101101 0 10 11010101 1100000 111011

Color Harmonies of #308AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AFB

Black with #308AFB

Text Example


Text Example

White with #308AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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