Html Css Color HEX #308ADF Dodger Blue

📋 copy color: '#308ADF'

red 48 ◦ green 138 ◦ blue 223

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

Shades of Dodger Blue #308ADF

Tints of Dodger Blue #308ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 11.74%
G = 33.74%
B = 54.52%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308ADF (or 0x308ADF) is known color: Dodger Blue. HEX triplet: 30, 8A and DF. RGB value is (48,138,223). Sum of RGB (Red+Green+Blue) = 48+138+223=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #308ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ADF is #CF7520. Grayscale: #787878. Windows color (decimal): -13595937 or 14649904. OLE color: 14649904.

HSL color Cylindrical-coordinate representation of color #308ADF: hue angle of 209.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308ADF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 138 223 -
CMYK 0.78 0.38 0 0.13
HSL 209.14º 0.73% 0.53% -
HSV(B) 209.14º 0.78% 0.87% -
XYZ 23.63 24.13 73.22 -
YUV 120.78 185.68 76.09 -
System Red Green Blue C M Y K H S L
Decimal 48 138 223 0.78 0.38 0 0.13 209.14 0.73 0.53
Hex 30 8A DF 4E 26 0 D D1 49 35
Octal 60 212 337 116 46 0 15 321 111 65
Binary 110000 10001010 11011111 1001110 100110 0 1101 11010001 1001001 110101

Color Harmonies of #308ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ADF

Black with #308ADF

Text Example


Text Example

White with #308ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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