Html Css Color HEX #307DFE Dodger Blue

📋 copy color: '#307DFE'

red 48 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #307DFE

Tints of Dodger Blue #307DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

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

R = 11.24%
G = 29.27%
B = 59.48%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#307DFE (or 0x307DFE) is known color: Dodger Blue. HEX triplet: 30, 7D and FE. RGB value is (48,125,254). Sum of RGB (Red+Green+Blue) = 48+125+254=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #307DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307DFE is #CF8201. Grayscale: #747474. Windows color (decimal): -13599234 or 16678192. OLE color: 16678192.

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

Color convert

RGB 48 125 254 -
CMYK 0.81 0.51 0 0.00
HSL 217.57º 0.99% 0.59% -
HSV(B) 217.57º 0.81% 1% -
XYZ 26.44 22.45 96.71 -
YUV 116.68 205.49 79.01 -
System Red Green Blue C M Y K H S L
Decimal 48 125 254 0.81 0.51 0 0.00 217.57 0.99 0.59
Hex 30 7D FE 51 33 0 0 DA 63 3B
Octal 60 175 376 121 63 0 0 332 143 73
Binary 110000 1111101 11111110 1010001 110011 0 0 11011010 1100011 111011

Color Harmonies of #307DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DFE

Black with #307DFE

Text Example


Text Example

White with #307DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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