Html Css Color HEX #307CFF Dodger Blue

📋 copy color: '#307CFF'

red 48 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #307CFF

Tints of Dodger Blue #307CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

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

R = 11.24%
G = 29.04%
B = 59.72%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#307CFF (or 0x307CFF) is known color: Dodger Blue. HEX triplet: 30, 7C and FF. RGB value is (48,124,255). Sum of RGB (Red+Green+Blue) = 48+124+255=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #307CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CFF is #CF8300. Grayscale: #737373. Windows color (decimal): -13599489 or 16743472. OLE color: 16743472.

HSL color Cylindrical-coordinate representation of color #307CFF: hue angle of 217.97º 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 #307CFF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 124 255 -
CMYK 0.81 0.51 0 0
HSL 217.97º 1% 0.59% -
HSV(B) 217.97º 0.81% 1% -
XYZ 26.48 22.26 97.51 -
YUV 116.21 206.32 79.35 -
System Red Green Blue C M Y K H S L
Decimal 48 124 255 0.81 0.51 0 0 217.97 1 0.59
Hex 30 7C FF 51 33 0 0 DA 64 3B
Octal 60 174 377 121 63 0 0 332 144 73
Binary 110000 1111100 11111111 1010001 110011 0 0 11011010 1100100 111011

Color Harmonies of #307CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CFF

Black with #307CFF

Text Example


Text Example

White with #307CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307CFF; }

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

 H1.HeaderClassName
 {
   color: #307CFF;
 }
 .AnyTagClassName
 {
   color: #307CFF;
 }
</style>

background-color css

<style>
 a { background-color: #307CFF; }

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

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

border-color css

<style>
 span { border-color: #307CFF; }

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

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