Html Css Color HEX #308AFF Dodger Blue

📋 copy color: '#308AFF'

red 48 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #308AFF

Tints of Dodger Blue #308AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.82%

R = 10.88%
G = 31.29%
B = 57.82%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#308AFF (or 0x308AFF) is known color: Dodger Blue. HEX triplet: 30, 8A and FF. RGB value is (48,138,255). Sum of RGB (Red+Green+Blue) = 48+138+255=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #308AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308AFF is #CF7500. Grayscale: #7B7B7B. Windows color (decimal): -13595905 or 16747056. OLE color: 16747056.

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

Color convert

RGB 48 138 255 -
CMYK 0.81 0.46 0 0
HSL 213.91º 1% 0.59% -
HSV(B) 213.91º 0.81% 1% -
XYZ 28.36 26.03 98.14 -
YUV 124.43 201.68 73.49 -
System Red Green Blue C M Y K H S L
Decimal 48 138 255 0.81 0.46 0 0 213.91 1 0.59
Hex 30 8A FF 51 2E 0 0 D6 64 3B
Octal 60 212 377 121 56 0 0 326 144 73
Binary 110000 10001010 11111111 1010001 101110 0 0 11010110 1100100 111011

Color Harmonies of #308AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308AFF

Black with #308AFF

Text Example


Text Example

White with #308AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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