Html Css Color HEX #308EFB Dodger Blue

📋 copy color: '#308EFB'

red 48 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #308EFB

Tints of Dodger Blue #308EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

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

R = 10.88%
G = 32.2%
B = 56.92%

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

#308EFB (or 0x308EFB) is known color: Dodger Blue. HEX triplet: 30, 8E and FB. RGB value is (48,142,251). Sum of RGB (Red+Green+Blue) = 48+142+251=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #308EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308EFB is #CF7104. Grayscale: #7D7D7D. Windows color (decimal): -13594885 or 16485936. OLE color: 16485936.

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

Color convert

RGB 48 142 251 -
CMYK 0.81 0.43 0 0.02
HSL 212.22º 0.96% 0.59% -
HSV(B) 212.22º 0.81% 0.98% -
XYZ 28.3 26.94 94.97 -
YUV 126.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 48 142 251 0.81 0.43 0 0.02 212.22 0.96 0.59
Hex 30 8E FB 51 2B 0 2 D4 60 3B
Octal 60 216 373 121 53 0 2 324 140 73
Binary 110000 10001110 11111011 1010001 101011 0 10 11010100 1100000 111011

Color Harmonies of #308EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EFB

Black with #308EFB

Text Example


Text Example

White with #308EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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