Html Css Color HEX #308FFE Dodger Blue

📋 copy color: '#308FFE'

red 48 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #308FFE

Tints of Dodger Blue #308FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 10.79%
G = 32.13%
B = 57.08%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#308FFE (or 0x308FFE) is known color: Dodger Blue. HEX triplet: 30, 8F and FE. RGB value is (48,143,254). Sum of RGB (Red+Green+Blue) = 48+143+254=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #308FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308FFE is #CF7001. Grayscale: #7E7E7E. Windows color (decimal): -13594626 or 16682800. OLE color: 16682800.

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

Color convert

RGB 48 143 254 -
CMYK 0.81 0.44 0 0.00
HSL 212.33º 0.99% 0.59% -
HSV(B) 212.33º 0.81% 1% -
XYZ 28.93 27.43 97.54 -
YUV 127.25 199.53 71.47 -
System Red Green Blue C M Y K H S L
Decimal 48 143 254 0.81 0.44 0 0.00 212.33 0.99 0.59
Hex 30 8F FE 51 2C 0 0 D4 63 3B
Octal 60 217 376 121 54 0 0 324 143 73
Binary 110000 10001111 11111110 1010001 101100 0 0 11010100 1100011 111011

Color Harmonies of #308FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308FFE

Black with #308FFE

Text Example


Text Example

White with #308FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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